UnionOfRowSelections(IXmlDeserializationInfo, ListIRowSelection, Boolean) Constructor |
Namespace: Altaxo.Data.SelectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax 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