'Declaration
Public ReadOnly Default Property Item( _ ByVal columnIndex As Integer _ ) As TableColumn
'Usage
Dim instance As Table Dim columnIndex As Integer Dim value As TableColumn value = instance.Item(columnIndex)
public TableColumn this[ int columnIndex ]; {get;}
Parameters
- columnIndex
- An integer value represents the column index.