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

IXlSheet.ColumnRange Property

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

Namespace: DevExpress.Export.Xl

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

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