Click or drag to resize

RangeOfRowIndicesFromStartAndCount Method

Creates a row selection from a start index and a row count.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static IRowSelection FromStartAndCount(
	int start,
	int count
)

Parameters

start  Int32
The first row index.
count  Int32
The number of rows.

Return Value

IRowSelection
A row selection covering the requested range.
See Also