RangeOfRowIndicesLastInclusive Property |
Gets the end of the range (the index of the last data row that will be plotted).
Namespace: Altaxo.Data.SelectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public int LastInclusive { get; }
Property Value
Int32
The end of the range (inclusive).
See Also