If you want to freeze the first three rows and the first two columns, you would select cell ________ and then click Freeze Panes

A) B3 B) B4 C) C3 D) C4

D

Computer Science & Information Technology

You might also like to view...

Which of the following is not true regarding the system development life cycle?

A) The system development life cycle is a triangular process. B) The system development life cycle is a methodology that follows a project from the initial idea to the development, implementation, and review of the idea. C) You might have a particular idea, but someone else might implement it or review it. D) Each step in the process requires different skills.

Computer Science & Information Technology

Which of the following statements about initializing an array is false?

A. Initializer values are stored in braces. B. Initializer values must be separated by commas. C. Data can be stored in a variable-length array when it is defined. D. It is a compiler error to specify more values than there are elements in the array. E. If the number of values provided is fewer than the number of elements, the unassigned elements are filled with zeros.

Computer Science & Information Technology