In array items, which expression below will retrieve the value at row 3 and column 5?
a) items( 3 ).( 5 )
b) items( 3( 5 ) )
c)items( 3 )( 5 )
d) items( 3, 5 )
d) items( 3, 5 )
Computer Science & Information Technology
You might also like to view...
Which of the following ListBox properties can be used to get the row the user has selected in the ListBox?
a. SelectedRow b. ItemSelected c. SelectedItem d. UserSelection
Computer Science & Information Technology
The ____________ provides a visual representation of the dataset and table adapter. It can be used to create and modify data and table adapters and their queries.
Fill in the blank(s) with the appropriate word(s).
Computer Science & Information Technology