Click or drag to resize

IntersectionOfRowSelectionsIntersectWithRowRange Method

Intersects a given row selection with a new row range.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3448.0 (4.8.3448.0)
Syntax
C#
public 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

IRowSelection
A new row selection that is the intersection of the original row selection and the new row range.
Exceptions
ExceptionCondition
ArgumentNullExceptionnameof(original)
See Also