RangeExtensions.Select(CellRange) Method
Selects the cell range.
Namespace: DevExpress.Spreadsheet
Assembly: DevExpress.Spreadsheet.v24.1.Core.dll
NuGet Package: DevExpress.Spreadsheet.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
range | CellRange | The cell range to select. |
Remarks
The Select method is an extension method of the CellRange interface. You can call extension methods in the same way as instance methods of the CellRange object.
The following example demonstrates how to select the cell range “A2:C4”:
You can also use the following API members to select cells in a worksheet:
See Also