IXlSheet.Selection Property
In This Article
Provides access to an object that allows you specify the cell selection.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
IXlSheetSelection Selection { get; }
#Property Value
Type | Description |
---|---|
IXl |
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