Skip to main content

IXlSheetSelection Interface

Defines the cell selection within a worksheet.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public interface IXlSheetSelection

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