When the insertion point is in a cell of a table, pressing the Enter key ________
A) moves the insertion point to the next cell
B) moves the insertion point to the previous cell
C) creates a new paragraph in the current cell
D) moves the insertion point to the cell at the end of the row
C
Computer Science & Information Technology
You might also like to view...
A heading style is a set of formatting characteristics that can be used to quickly format selected text
Indicate whether the statement is true or false
Computer Science & Information Technology
The syntax ____ assigns a return value to a variable.
A. dblNewPrice = GetNewPrice(dblCurrentPrice) B. lblNewPrice.Text = GetNewPrice(dblCurrentPrice).ToString C. Dim dblNewPrice D. dblNewPrice = dblCurrentPrice
Computer Science & Information Technology