Click or drag to resize

PeriodicRowIndexSegments(Int32, Int32, Int32) Constructor

Constructor. Initializes a new instance of the PeriodicRowIndexSegments class.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public PeriodicRowIndexSegments(
	int firstRowIndex,
	int lengthOfPeriod,
	int itemsPerPeriod
)

Parameters

firstRowIndex  Int32
Index of the first selected item.
lengthOfPeriod  Int32
Length of one period.
itemsPerPeriod  Int32
Number of items per period
See Also