RangeOfRowIndicesFromStartAndCount Method |
Creates a row selection from a start index and a row count.
Namespace: Altaxo.Data.SelectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static IRowSelection FromStartAndCount(
int start,
int count
)
Parameters
- start Int32
- The first row index.
- count Int32
- The number of rows.
Return Value
IRowSelectionA row selection covering the requested range.
See Also