'Declaration
Public Overloads Sub Select( _ ByVal row As DataGridRow, _ ByVal shift As System.Boolean, _ ByVal ctrl As System.Boolean _ )
public void Select( DataGridRow row, System.bool shift, System.bool ctrl )
Parameters
- row
- The row.
- shift
- if set to
true
behaves as if the shift key was pressed. - ctrl
- if set to
true
behaves as if the ctrl key was pressed.