Select the ________ option from the Auto Fill Options menu to keep numeric values unchanged when using the fill handle

A) Copy Cells
B) Fill Series
C) Fill Format Only
D) Fill Without Formatting


Answer: A

Computer Science & Information Technology

You might also like to view...

Which of the following statements is false?

a) A RadioButton’s Clicked property specifies the event handler that’s called when the user interacts with the control. b) Set a RadioButton’s IsChecked property to True to indicate that the RadioButton should be selected when the app begins executing. c) A RadioButton’s Click property specifies the event handler that’s called when the user interacts with the control. d) A control’s Style property specifies the look-and-feel of the control.

Computer Science & Information Technology

The control is used to gather input the user has typed at the keyboard.

a. Label b. Button c. TextBox d. ListBox

Computer Science & Information Technology

The first line of a method (including the method name, the parameter list and the method return type) is known as the method _________ .

a) body b) title c) caller d) header

Computer Science & Information Technology

The font size of text in a text box is typically ________ than the regular text

A) the same size B) larger C) smaller D) larger or smaller, depending on the purpose

Computer Science & Information Technology