Click or drag to resize

RangeOfRowIndicesFromStartAndEndInclusive Method

Creates a row selection from the first and last included row indices.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static RangeOfRowIndices FromStartAndEndInclusive(
	int start,
	int endInclusive
)

Parameters

start  Int32
The first included row index.
endInclusive  Int32
The last included row index.

Return Value

RangeOfRowIndices
A row selection covering the requested range.
See Also