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

XlCellPosition.IsColumnOrRow Property

Gets whether the position refers to the entire column or the entire row.

Namespace: DevExpress.Export.Xl

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

Declaration

public bool IsColumnOrRow { get; }

Property Value

Type Description
Boolean

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

See Also