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

XlCellPosition.IsRow Property

Gets whether the position refers to the entire row.

Namespace: DevExpress.Export.Xl

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

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