SpreadsheetControl.GetSelectedRanges() Method
In This Article
Gets ranges selected in the active worksheet.
Namespace: DevExpress.Xpf.Spreadsheet
Assembly: DevExpress.Xpf.Spreadsheet.v24.2.dll
NuGet Package: DevExpress.Wpf.Spreadsheet
#Declaration
#Returns
Type | Description |
---|---|
IList<Cell |
A list of the Cell |
#Remarks
Note
To get ranges selected in a specific worksheet (which may or may not be active) of the document loaded in the Spreadsheet
See Also