Click or drag to resize

UnionOfRowSelections(IXmlDeserializationInfo, ListIRowSelection, Boolean) Constructor

Initializes a new instance of the UnionOfRowSelections class for deserialization purposes.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected UnionOfRowSelections(
	IXmlDeserializationInfo info,
	List<IRowSelection> list,
	bool mergeAdjoiningSegments
)

Parameters

info  IXmlDeserializationInfo
The deserialization information.
list  ListIRowSelection
The list of row selections (is directly used).
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