Skip to main content

XlCellPosition.IsColumnOrRow Property

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

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

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