 | IColumnViewSelectRow Method |
Adds a row to the current selection
Namespace:
EBP.Api.Interfaces.Controls.DataGrid
Assembly:
EBP.Api.Common (in EBP.Api.Common.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntaxvoid SelectRow(
int rowHandle
)
Sub SelectRow (
rowHandle As Integer
)
Parameters
- rowHandle
- Type: SystemInt32
An integer value identifying the row to be selected by its handle
See Also