Match the following Table Tools Layout features with their descriptions:
I. Merge A. set margins within a cell
II. Alignment B. sort within a table
III. Data C. delete cells, columns, rows
IV. Cell Size D. join or split two or more cells
V. Rows & Columns E. adjust row height and column width
D, A, B, E, C
Computer Science & Information Technology
You might also like to view...
Which of the following formulas would be used to apply conditional formatting if the value in K10 is more than 5000?
A) =K10>= 5000 B) =K10<5000 C) =K10>5000 D) =K10<=5000
Computer Science & Information Technology
Whenever the ____ "hears" a(n) ____ event occur, the listener will perform the ____ method in response to that event.
A. ItemHandler;ItemListener;itemPerformed() B. SceneActivationListener;SceneActivation;sceneActivated() C. EventListener;EventActivation;eventActivated() D. ActionHandler;ActionListener;actionPerformed()
Computer Science & Information Technology