RangeOfRowIndicesFromStartAndEndInclusive Method |
Creates a row selection from the first and last included row indices.
Namespace: Altaxo.Data.SelectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic static RangeOfRowIndices FromStartAndEndInclusive(
int start,
int endInclusive
)
Parameters
- start Int32
- The first included row index.
- endInclusive Int32
- The last included row index.
Return Value
RangeOfRowIndicesA row selection covering the requested range.
See Also