IntersectionOfRowSelectionsIntersectWithRowRange Method |
Intersects a given row selection with a new row range.
Namespace: Altaxo.Data.SelectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntaxpublic static IRowSelection IntersectWithRowRange(
IRowSelection original,
int startIndex,
int endIndexInclusive
)
Parameters
- original IRowSelection
- The original row selection.
- startIndex Int32
- The start index of the new row range.
- endIndexInclusive Int32
- The end index (inclusive) of the new row range.
Return Value
IRowSelectionA new row selection that is the intersection of the original row selection and the new row range.
Exceptions
See Also