UnionOfRowSelectionsWithMergeAdjoiningSegments Method |
Namespace: Altaxo.Data.SelectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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
UnionOfRowSelectionsNew instance in which
MergeAdjoinigSegments is set to the value of the provided argument.
See Also