Click or drag to resize
GridControlConvertClientCol Method
Converts the specified column index into a relative index.

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

Parameters

col
Type: SystemUInt32
The absolute column index.

Return Value

Type: UInt32
The relative column index.
See Also