IXlSheet.Selection Property
Provides access to an object that allows you specify the cell selection.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Property Value
Type | Description |
---|---|
IXlSheetSelection | Specifies a selection and an active cell in a worksheet. |
Remarks
Use the IXlSheetSelection object’s properties to set the selected cell ranges (SelectedRanges) and an active cell (ActiveCell) in a worksheet.
See Also