With your insertion point in Row 2, what is a viable alternative for deleting the selected row other than using the buttons on the Layout tab?

A) Right-click, select Delete, and click Delete Rows.
B) Press Shift+Delete .
C) Press the Delete key.
D) Right-click and select Delete Row.

A

Computer Science & Information Technology

You might also like to view...

The ____ bar shows the location of the current folder.

A. Navigation B. Folder C. System D. Path

Computer Science & Information Technology

StringBuilder greeting = new StringBuilder("Welcome"); ? Use the append() method to add the characters "home" to the end of the StringBuilder object created above.

What will be an ideal response?

Computer Science & Information Technology