When a worksheet is printed, the gridlines are not printed unless you specify that they should be. ?
Answer the following statement true (T) or false (F)
True
When a worksheet is printed, the gridlines are not printed unless you specify that they should be. Borders are always printed. See 14-8: Formatting Cells and Ranges
Computer Science & Information Technology
You might also like to view...
A graphical representation of the programs within a system and their relationships is called a(n)
a) program flowchart. b) system flowchart. c) control structure. d) memory diagram.
Computer Science & Information Technology
Given the declarations
float *p; float x; which of the following is a legal assignment? a. p = 18.6; b. p = 1020; c. p = x; d. *p = x; e. None of the above.
Computer Science & Information Technology