Back to Devexpress

IXlSheetSelection Interface

corelibraries-devexpress-dot-export-dot-xl-5190797f.md

latest1.3 KB
Original Source

IXlSheetSelection Interface

Defines the cell selection within a worksheet.

Namespace : DevExpress.Export.Xl

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public interface IXlSheetSelection
vb
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

IXlSheetSelection Members

DevExpress.Export.Xl Namespace