Skip to main content

IXlSheet.ColumnRange Property

Returns the cell range that contains all custom columns manually generated in the worksheet.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

XlCellRange ColumnRange { get; }

Property Value

Type Description
XlCellRange

An XlCellRange object that encompasses all columns manually generated in the worksheet.

Remarks

If there are no manually generated columns in a worksheet, the ColumnRange property returns null (Nothing in Visual Basic).

See Also