IXlSheetSelection Interface
Defines the cell selection within a worksheet.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.1.Core.dll
NuGet Package: DevExpress.Printing.Core
Declaration
Related API Members
The following members return IXlSheetSelection objects:
Remarks
Use the IXlSheet.Selection property to access an object that exposes the IXlSheetSelection interface. This object allows you to specify a selection (SelectedRanges) and an active cell (ActiveCell) in a worksheet.
See Also