Click or drag to resize

ExcludeUnionOfRowSelectionsWithAdditionalItem Method

Returns a new instance with all row selections from this instance plus one additional item.

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IRowSelectionCollection WithAdditionalItem(
	IRowSelection item
)

Parameters

item  IRowSelection
The item (cloned before stored).

Return Value

IRowSelectionCollection
New instance with all row selections from this instance plus one additional item.

Implements

IRowSelectionCollectionWithAdditionalItem(IRowSelection)
See Also