| GetNextSelectedRow Method | |
| See Also |
- FirstRow
- The first row from which to start searching (default is 0)
- OrderType
- The method for searching for the next selected row
Returns the index of the first selected row within a specified range in the matrix.
| Visual Basic |
|---|
Public Function GetNextSelectedRow( _
Optional ByVal FirstRow As Long = 0, _
Optional ByVal OrderType As BoOrderType = ot_SelectionOrder _
) As Long |
- FirstRow
- The first row from which to start searching (default is 0)
- OrderType
The method for searching for the next selected rowValue Description ot_SelectionOrder By selection order, 0-based (default) ot_RowOrder Row order, 1-based
If no row is selected, the method returns -1.
If the FirstRow parameter is 0, selections are searched from the first row.