Click or drag to resize

PeriodicRowIndexSegmentsStart Property

Index of the first selected item. If negative, this value is relative to the item after the last item of the column. Thus -1 designates the last valid item.

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

Property Value

Int32
Index of the first selected item.
See Also