Click or drag to resize
GridControlGetSelectedRows Method (Boolean)
Returns an array containing the selected row indices.

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

Parameters

rangeRowsOnly
Type: SystemBoolean
Set to true to return only the fully selected row or to false to return rows where only some cells are selected.

Return Value

Type: UInt32
An array containing all the selected row indices.
Remarks
This method loops through the selected ranges and stores the row index in the returned array.
See Also