XlCellPosition.IsColumn Property
Gets whether the position refers to the entire column.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Property Value
Type | Description |
---|---|
Boolean | True, if the position refers to the entire column; otherwise, false. |
Remarks
Tip
Use the XlCellPosition constructor with row index set to -1 to create a XlCellPosition instance that refers to the entire column.
See Also