Click or drag to resize
GridControlGetSelectedCols Method
Returns an array containing the selected column indices.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public uint[] GetSelectedCols()

Return Value

Type: UInt32
An array containing all the selected columns indices, even if they are partially selected.
Remarks
This method loops through the selected ranges and stores the column index in the returned array.
See Also