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

XlCellPosition.IsColumn Property

Gets whether the position refers to the entire column.

Namespace: DevExpress.Export.Xl

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

Declaration

public bool IsColumn { get; }

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