Which of the following AutoFill features copies the content but not the pattern??

A. ?Fill Without Formatting
B. ?AutoFill Content Only
C. ?Copy Content Only
D. ?Undo Formatting

Answer: A

Computer Science & Information Technology

You might also like to view...

Which pseudo-element can be used to create a drop cap?

A. first-line B. before C. first-letter D. after

Computer Science & Information Technology

Answer the following statements true (T) or false (F)

1. The types int, float, double, and char are examples of data abstractions 2. Items declared in the public part of a class may only be accessed from within the class itself. 3. The declaration section of a class contains a description of the class' interface with other program components that use the class. 4. All class attributes must appear in the private segment of a class 5. Both the class and the struct define a data type that is a collection of related data elements which may be of different types.

Computer Science & Information Technology