Returns the row index by index in the collection (0-based).
| Visual Basic |
|---|
Public Function Item( _ ByVal Index As Long, _ ByVal OrderType As BoOrderType _ ) As Long |
| Value | Description |
|---|---|
| ot_SelectionOrder | By selection order, 0-based (default) |
| ot_RowOrder | Row order, 1-based |