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.v19.2.Core.dll

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