Click or drag to resize
GridControlConvertCol Method
Converts the specified column index into an absolute index.

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

Parameters

col
Type: SystemUInt32
The relative column index.

Return Value

Type: UInt32
The absolute column index.
Remarks
Relative column index 1 refers to the first scrollable column to the right of the frozen column(s).
See Also