Click or drag to resize

IntersectionOfRowSelections(IEnumerableIRowSelection, IRowSelection, IEnumerableIRowSelection) Constructor

Initializes a new instance of the IntersectionOfRowSelections class.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IntersectionOfRowSelections(
	IEnumerable<IRowSelection> rowSelectionsHead,
	IRowSelection selection,
	IEnumerable<IRowSelection> rowSelectionTail
)

Parameters

rowSelectionsHead  IEnumerableIRowSelection
The first row selections (cloned before stored).
selection  IRowSelection
Another selection (cloned before stored).
rowSelectionTail  IEnumerableIRowSelection
The last row selections (cloned before stored).
See Also