Click or drag to resize
CellCol Property
Gets the managed grid's column index.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute("0")]
public uint Col { get; }

Property Value

Type: UInt32
The column index of this cell.
See Also