'DeclarationPublic ReadOnly Default Property Item( _ ByVal index As Integer _ ) As TextColumn
'UsageDim instance As TextColumnCollection Dim index As Integer Dim value As TextColumn value = instance.Item(index)
public TextColumn this[ int index ]; {get;}
Parameters
- index
- The index corresponding to the target TextColumn.