Returns a sorted array of Selected Data Row List Indexes.

Syntax

ISGrid.GetSelectedDataRowIndexes([useActiveRowIfNoRowsSelected], [includeActiveRow], [sortDescending])

Parameters

NameTypeOptionalByRefDescription
useActiveRowIfNoRowsSelected Boolean Optional Indicates whether to include the Active Row if not rows are selected. If omitted, a value of False is assumed.
includeActiveRow Boolean Optional Indicates whether to include the Active Row, even if there are selected rows. If omitted, a value of False is assumed.
sortDescending Boolean Optional Indicates whether to Sort the array with List Indexes in descending order. If omitted, a value of False is assumed.

Return Value

Integer()

An Integer Array.

Member of:
ISGrid
Namespace:
Intersoft.ISUserInterface6
Assembly:
ISUserInterface6, Version=6.0.3
Target Framework:
.NET 9.0