Click or drag to resize

RangeOfRowIndicesIsSpanningAllRows Property

Gets a value indicating whether this instance is spanning all rows.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool IsSpanningAllRows { get; }

Property Value

Boolean
true if this instance is spanning all rows; otherwise, false.
See Also