Solved

To Access the Cell at the 2nd Row and 2nd

Question 2

Multiple Choice

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 ]

Correct Answer:

verifed

Verified

Related Questions