Click or drag to resize

IntersectionOfRowSelectionsNewWithItems Method

Returns a new instance of IntersectionOfRowSelections 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 IntersectionOfRowSelections with only the provided items (cloned before stored).

Implements

IRowSelectionCollectionNewWithItems(IEnumerableIRowSelection)
See Also