A(n) ________ is the number at the far left of a row or the letter at the top of a column used to identify a location on a spreadsheet
Fill in the blank(s) with correct word
heading
Computer Science & Information Technology
You might also like to view...
The amount of fine detail in an image is referred to as an image's ________
Fill in the blank(s) with correct word
Computer Science & Information Technology
Select the correct syntax to declare an array named intReservations with 10 Integer elements.
A. Dim intReservations(9) as Integer B. Dim intReservations(10) as Integer C. Dim intReservations[9] as Integer D. Dim intReservations[10] as Integer
Computer Science & Information Technology