Skip to main content

XlCellPosition.IsColumn Property

Gets whether the position refers to the entire column.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

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