Selects rows in the matrix.
| Visual Basic |
|---|
Public Sub SelectRow( _ ByVal RowNum As Long, _ ByVal Select As Boolean, _ ByVal MultiSelect As Boolean _ ) |
Indicates whether to select the row.
Indicates whether previously selected rows remain selected, that is, whether multiple selection is enabled:
Valid only for user-added matrix.
Row number to select must be greater than 0 and must not exceed the number of rows in the matrix.
SelectRow method behaves as described in SelectionMode property.