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

IXlTable.Range Property

Gets the range of cells occupied by the table.

Namespace: DevExpress.Export.Xl

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

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

IXlCellRange Range { get; }

Property Value

Type Description
DevExpress.Export.Xl.IXlCellRange

An IXlCellRange object specifying the cell range that contains the table.

See Also