Click or drag to resize

ExcludeUnionOfRowSelections(IEnumerableIRowSelection) Constructor

Initializes a new instance of the ExcludeUnionOfRowSelections 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 ExcludeUnionOfRowSelections(
	IEnumerable<IRowSelection> rowSelections
)

Parameters

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