'Declaration
Public Shadows Default Property Item( _ ByVal index As Integer _ ) As GridColumn
public new GridColumn this[ int index ]; {get; set;}
Parameters
- index
- Index of the grid column to get or set.
'Declaration
Public Shadows Default Property Item( _ ByVal index As Integer _ ) As GridColumn
public new GridColumn this[ int index ]; {get; set;}