PeriodicRowIndexSegments(IXmlDeserializationInfo, Int32, Int32, Int32) Constructor |
Namespace: Altaxo.Data.SelectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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