GetIndexesForSelectedRows - cCJGrid
Returns an array of indexes for all rows that are marked as selected
Type: Function
Return Data Type: Integer[]
Syntax
Function GetIndexesForSelectedRows Returns Integer[]
Call Example
Get GetIndexesForSelectedRows to Integer[]Variable
Description
GetIndexesForSelectedRows returns an array of indexes for all rows that are selected. This is used when multiple row selection is enabled.
See pbMultipleSelection for a full description and example of this process.
Return Value
An array of indexes for all rows that are marked as selected.