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