Click or drag to resize
CellRow Property
Gets the managed grid's row index.

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

Property Value

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