To split a cell horizontally, click the ____ button on the FORM LAYOUT TOOLS ARRANGE tab.

A. Horizontal
B. Split Cell
C. Divide
D. Split Horizontally


Answer: D

Computer Science & Information Technology

You might also like to view...

Which statement is true?

a. Dividing two integers results in integer division. b. With integer division, any fractional part of the calculation is lost. c. With integer division, any fractional part of the calculation is truncated. d. All of the above.

Computer Science & Information Technology

Which of the following statements about row heights and column widths in a Grid is false?

a) Each row’s height and each column’s width can be specified as an explicit size, a relative size (using *) or Auto. b) Auto makes the contents as big as it needs to be to fit its row or column. c) The setting * specifies the size of a row or column with respect to the Grid’s other rows and columns. For example, a column with a Height of 2* would be twice the size of a column that is 1* (or just *). d) A Grid first allocates its space to the rows and columns that explicitly define their sizes or that are configured to allow the layout to automatically determine their sizes. The remaining space is divided among the other rows and columns.

Computer Science & Information Technology

The ________ function is a useful tool for detecting an error and displaying something more user friendly than an error message

A) IFMISTAKE B) ISMISTAKE C) IFERROR D) IS ERROR

Computer Science & Information Technology

In modular design, _____ is also called looping.

A. sequence B. selection C. iteration D. process description

Computer Science & Information Technology