Click or drag to resize
GridControlConvertClientRow Method
Converts the specified row index into a relative index.

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

Parameters

row
Type: SystemUInt32
The absolute row index.

Return Value

Type: UInt32
The relative row index.
See Also