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

IXlSheetSelection Interface

Defines the cell selection within a worksheet.

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.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