Which of the following is TRUE about rows and columns in a table?

A) Rows are identified by letters.
B) Row and column labels do not actually appear in a table.
C) Formulas cannot be entered into table cells.
D) Columns are identified by numbers.

B

Computer Science & Information Technology

You might also like to view...

If lstMonths is a ListBox, which of the following will cause an exception to be thrown?

a. lstMonths.Items(0) b. lstMonths.Items(lstMonths.Items.Count - 1) c. lstMonths.Items(lstMonths.Items.Count) d. all of the above

Computer Science & Information Technology

Generalize the script written in exercise 13 so the character separating the list items is given as an argument to the function. If this argument is absent, the separator should default to a colon.

What will be an ideal response?

Computer Science & Information Technology