'Declaration Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As TextColumn
public TextColumn this[ System.int index ]; {get;}
Parameters
- index
- The column index.
'Declaration Public ReadOnly Default Property Item( _ ByVal index As System.Integer _ ) As TextColumn
public TextColumn this[ System.int index ]; {get;}