To delete more than one row at a time, drag down over the rows you want to delete. Click the down-arrow button next to Delete in the _____ group, then click Delete Sheet Rows to delete the rows.
A. Alignment
B. View
C. Data
D. Cells
Answer: D
You might also like to view...
How many times will the following do-while loop be executed?
``` int x = 11; do { x += 20; } while (x <= 100); ``` a. 5 b. 4 c. 3 d. 1
Which of the following statements creates a Slider with a range of 1 to 20 with a starting value of 1?
a. Slider slider = new Slider(0, 20, 1); b. Slider slider = new slider(0.0, 20.0, 1.0); c. Slider slider = new Slider(1.0, 20.0, 1.0); d. Slider slider = new Slider(1.0, 20);
The vi command to access the contents of a numbered buffer (say buffer number 2) is
a: "2p b: "bp c: "two p d: "pP e: none of the above
When the Microsoft Translator analyzes text, the ____ may also appear.
A. Grammar Checker B. Spelling Checker C. Mini toolbar D. Both A and C.