this Property
this[int]
Creates the GridCell object with the specified column index.
Declaration
public GridCell this[int col] { get; }
Public ReadOnly Default Property Item(col As Integer) As GridCell
Parameters
| Type |
Name |
Description |
| int |
col |
The column number.
|