| Item Method | |
| See Also |
- Index
The grid column to be returned. Select the grid column by supplying one of the following:
- The index of the grid column, 0-based (long integer)
- The unique ID of grid column (string)
Returns the specified GridColumn object.
| Visual Basic |
|---|
Public Function Item( _
ByVal Index As Variant _
) As GridColumn |
- Index
The grid column to be returned. Select the grid column by supplying one of the following:
- The index of the grid column, 0-based (long integer)
- The unique ID of grid column (string)