Click or drag to resize
GridControlConvertRow Method
Converts the specified row index into an absolute index.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public uint ConvertRow(
	uint row
)

Parameters

row
Type: SystemUInt32
The relative row index.

Return Value

Type: UInt32
The absolute row index.
Remarks
For example, relative row index 1 refers to the first scrollable row below the frozen row(s).
See Also