The row level above the row you are working with in a PivotTable is the ________ row.

Fill in the blank(s) with the appropriate word(s).


parent

Computer Science & Information Technology

You might also like to view...

When you add a StatusStrip control to a form, which additional control must be added to the StatusStrip if you want to display messages at runtime?

a. TextBox b. Label c. PictureBox d. ToolStripStatusLabel

Computer Science & Information Technology

What syntax would a Vim user choose if they wanted to perform a search-and-replace operation on an entire document?

A. :r/"string"/"string"/g B. %r/"string"/"string"/g C. :s/"string"/"string"/g D. %s/"string"/"string"/g

Computer Science & Information Technology

If i is 2 and j is 5, what are the values of i, j, and k after execution of the following statement?

``` k = ++i * j--; ``` a. They are unchanged because the statement is invalid. b. i is 3, j is 4, k is 15 c. i is 3, j is 4, k is 12 d. i is 3, j is 4, k is 10 e. None of the above

Computer Science & Information Technology

The area that is reserved for text, graphics, and fields and that by default displays at the bottom of each page in a document is the ________

A) footnote B) endnote C) footer D) header

Computer Science & Information Technology