GridCellColumnIndex Property |
Gets the index of the column.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public int ColumnIndex { get; }
Public ReadOnly Property ColumnIndex As Integer
Get
member ColumnIndex : int with get
Property Value
Type:
Int32The index of the column.
See Also