To access the cell at the 2nd row and 2nd column of Table tblBook, use ________.

a) tblBook.Cells[ 1 ].Rows[ 1 ]
b) tblBook.Cells[ 2 ].Rows[ 2 ]
c) tblBook.Rows[ 1 ].Cells[ 1 ]
d) tblBook.Rows[ 2 ].Cells[ 2 ]
e) tblBook.Rows[ 2 ].Cells[ 1 ]


c) tblBook.Rows[ 1 ].Cells[ 1 ]

Computer Science & Information Technology

You might also like to view...

During the mail merge process, when you select the data source, nothing visually in the main document

Indicate whether the statement is true or false

Computer Science & Information Technology

Which of the elements below define the beginning and end of a table?

A) B) C) D)

Computer Science & Information Technology

The super user account in Windows is called root.

True False

Computer Science & Information Technology

In Java, a sandbox provides strong protection against nuisances and denial of service (DOS) attacks.

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

Computer Science & Information Technology