When ________ is selected, you can change one dimension of the table and the other dimension will automatically be changed to maintain the proportion
A) lock aspect ratio B) section C) merge D) AutoFit
A
Computer Science & Information Technology
You might also like to view...
What is the output from the following?
``` >>> first = "Abe" >>> last = "Lincoln" >>> print first + “ “ +last ```
Computer Science & Information Technology
This notation begins the declaration of a generic class named Array. The type parameter T would typically be used to represent the type stored in an Array object.
public class Array
Computer Science & Information Technology
A(n) _________ object is used to submit a query to a database.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology
Which number format adds commas where appropriate and displays two decimals?
A) General B) Currency C) Comma D) Percentage
Computer Science & Information Technology