Click or drag to resize

UnionOfRowSelectionsNewWithItems Method

Returns a new instance of UnionOfRowSelections with only the provided items (cloned before stored).

Namespace: Altaxo.Data.Selections
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public IRowSelectionCollection NewWithItems(
	IEnumerable<IRowSelection> items
)

Parameters

items  IEnumerableIRowSelection
The items.

Return Value

IRowSelectionCollection
New instance of UnionOfRowSelections with only the provided items (cloned before stored).

Implements

IRowSelectionCollectionNewWithItems(IEnumerableIRowSelection)
See Also