'Declaration
Public Overloads ReadOnly Property Item( _
ByVal As Integer _
) As Table
'Usage
Dim instance As Tables
Dim index As Integer
Dim value As Table
value = instance.Item(index)
public Table Item(
int
) {get;}
Parameters
- index
- An integer value indicates the table index.
Property Value
A
Table value represents the specified
Table.