Skip to main content

XlCellPosition.IsRow Property

Gets whether the position refers to the entire row.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public bool IsRow { get; }

Property Value

Type Description
Boolean

True if the position refers to the entire row; otherwise, false.

Remarks

Tip

Use the XlCellPosition constructor with column index set to -1 to create a XlCellPosition instance that refers to the entire row.

See Also