Click or drag to resize

PeriodicRowIndexSegments(IXmlDeserializationInfo, Int32, Int32, Int32) Constructor

Deserialization 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#
protected PeriodicRowIndexSegments(
	IXmlDeserializationInfo info,
	int firstRowIndex,
	int lengthOfPeriod,
	int itemsPerPeriod
)

Parameters

info  IXmlDeserializationInfo
The deserialization information.
firstRowIndex  Int32
Index of the first selected item.
lengthOfPeriod  Int32
Length of one period.
itemsPerPeriod  Int32
Number of items per period
See Also