'Declaration
Public Overloads Property Item( _ ByVal index As Integer _ ) As GridColumn
public GridColumn Item( int index ) {get; set;}
Parameters
- index
- The zero-based index of the element to get or set.
'Declaration
Public Overloads Property Item( _ ByVal index As Integer _ ) As GridColumn
public GridColumn Item( int index ) {get; set;}