IXlSheet.ColumnRange Property
Returns the cell range that contains all custom columns manually generated in the worksheet.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v26.1.Core.dll
Declaration
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