Click or drag to resize

IRowSelectionCollectionNewWithItems Method

[Missing <summary> documentation for "M:Altaxo.Data.Selections.IRowSelectionCollection.NewWithItems(System.Collections.Generic.IEnumerable{Altaxo.Data.Selections.IRowSelection})"]


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

Parameters

items  IEnumerableIRowSelection

[Missing <param name="items"/> documentation for "M:Altaxo.Data.Selections.IRowSelectionCollection.NewWithItems(System.Collections.Generic.IEnumerable{Altaxo.Data.Selections.IRowSelection})"]

Return Value

IRowSelectionCollection

[Missing <returns> documentation for "M:Altaxo.Data.Selections.IRowSelectionCollection.NewWithItems(System.Collections.Generic.IEnumerable{Altaxo.Data.Selections.IRowSelection})"]

See Also