Which tab in the Table Properties dialog box allows you set text wrapping options for the table?

A. Column
B. Row
C. Table
D. Cell

Answer: C

Computer Science & Information Technology

You might also like to view...

The helpdesk is receiving calls about the corporate web server being down. Which of the following should be taken NEXT after verifying that the server is unreachable?

A. Escalate the call to a technician B. Document any changes in the web server configuration. C. Implement and test a solution. D. Continuously ping the server until a ping response is obtained

Computer Science & Information Technology

Assume that radio references a JRadioButton object. To click the radio button in code, use the following statement:

A) radio.Click(); B) Click(radio); C) Click(radio, true); D) radio.doClick();

Computer Science & Information Technology