ExcludeUnionOfRowSelections(IEnumerableIRowSelection, IRowSelection, IEnumerableIRowSelection) Constructor |
Namespace: Altaxo.Data.SelectionsAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public ExcludeUnionOfRowSelections(
IEnumerable<IRowSelection> rowSelectionsHead,
IRowSelection selection,
IEnumerable<IRowSelection> rowSelectionTail
)
Parameters
- rowSelectionsHead IEnumerableIRowSelection
- The first row selections (cloned before stored).
- selection IRowSelection
- Another selection (cloned before stored).
- rowSelectionTail IEnumerableIRowSelection
- The last row selections (cloned before stored).
See Also