Click or drag to resize

UnionOfRowSelections(IEnumerableIRowSelection, Boolean) Constructor

Initializes a new instance of the UnionOfRowSelections 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 UnionOfRowSelections(
	IEnumerable<IRowSelection> rowSelections,
	bool mergeAdjoiningSegments
)

Parameters

rowSelections  IEnumerableIRowSelection
The row selections. They are not used directly, but cloned before stored in this class.
mergeAdjoiningSegments  Boolean
If true, segments that are adjoin, are merged into one larger segment. If false, segments that are adjoin will remain separated.
See Also