IXlSheet.ColumnRange Property
In This Article
Returns the cell range that contains all custom columns manually generated in the worksheet.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
XlCellRange ColumnRange { get; }
#Property Value
Type | Description |
---|---|
Xl |
An Xl |
#Remarks
If there are no manually generated columns in a worksheet, the ColumnRange property returns null (Nothing in Visual Basic).
See Also