Click or drag to resize

IRowSelectionCollectionNewWithItems Method

Creates a new collection using the provided items.

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

Parameters

items  IEnumerableIRowSelection
The items that make up the new collection.

Return Value

IRowSelectionCollection
A new IRowSelectionCollection instance containing the provided items.
See Also