Click or drag to resize

IntersectionOfRowSelections(IEnumerableIRowSelection) Constructor

Initializes a new instance of the IntersectionOfRowSelections class from an existing collections of row selections. The existing row selections are cloned before used in this 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> rowSelections
)

Parameters

rowSelections  IEnumerableIRowSelection
The row selections. They are not used directly, but cloned before stored in this class.
See Also