Skip to main content
A newer version of this page is available. .

IXlSheet.Selection Property

Provides access to an object that allows you specify the cell selection.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.2.Core.dll

Declaration

IXlSheetSelection Selection { get; }

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