Returns the index of the first selected row within a specified range in the matrix.
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 |
| Value | 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.