StyleGrid REALbasic Plugin |
|
StyleGridSelection.RowIsSelected Method
Returns true if the row by the given index is selected.
RowIsSelected(
rowNumber as Integer) as Boolean
Parameters
- rowNumber
- The index of the row to test for.
Returns
- Boolean
- true if the row is selected.
Remarks
See Also
StyleGridSelection Class