'Declaration Public Sub AddRange( _ ByVal startingRow As Row, _ ByVal endingRow As Row, _ ByVal keepCurrentSelection As Boolean _ )
'Usage Dim instance As SelectedRowList Dim startingRow As Row Dim endingRow As Row Dim keepCurrentSelection As Boolean instance.AddRange(startingRow, endingRow, keepCurrentSelection)
public void AddRange( Row startingRow, Row endingRow, bool keepCurrentSelection )
Parameters
- startingRow
- A reference to a Xceed.Grid.Row object representing the row from which the selection begins.
- endingRow
- A reference to a Xceed.Grid.Row object representing the row at which the selection ends.
- keepCurrentSelection
- true if the rows that have previously been selected should remain in the selection; false if only the newly selected rows should be selected.