Which of the following is not a way to widen a column?

A) Double-click the line between the column headings
B) Drag the line between the column headings to the desired size
C) In the Page Layout tab, Scale to Fit group, select Automatic in the Width drop-down box
D) Right-click a column heading and select Column Width


C

Computer Science & Information Technology

You might also like to view...

Which value can be entered to cause the following code segment to display the message "That number is acceptable"?

``` int number; cin >> number; if (number > 10 && number < 100) cout << "That number is acceptable.\n"; else cout << "That number is not acceptable.\n"; ``` a. 100 b. 10 c. 99 d. 0 e. all of these

Computer Science & Information Technology

Modernizr is a free, _____, MIT-licensed JavaScript library of functions that provides support for many HTML5 elements and for the newest CSS styles.

A. open-source B. closed-source C. program D. resource

Computer Science & Information Technology

The ____________________ is a specification for the database fields and their characteristics.

Fill in the blank(s) with the appropriate word(s).

Computer Science & Information Technology

By pasting new objects in front of or behind existing objects, you can add a sense of ____ to the illustration.

A. dimension B. depth C. layering D. all of the above

Computer Science & Information Technology