Click or drag to resize

UnionOfRowSelectionsWithMergeAdjoiningSegments Method

Returns a new instance in which MergeAdjoinigSegments is set to the value of the provided argument.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public UnionOfRowSelections WithMergeAdjoiningSegments(
	bool mergeAdjoiningSegments
)

Parameters

mergeAdjoiningSegments  Boolean
If true, segments that are adjoin, are merged into one larger segment. If false, segments that are adjoin will remain separated.

Return Value

UnionOfRowSelections
New instance in which MergeAdjoinigSegments is set to the value of the provided argument.
See Also