Click or drag to resize

IRowSelectionCollectionWithAdditionalItem Method

Creates a new collection that contains all existing items plus the specified additional item.

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

Parameters

item  IRowSelection
The item to add.

Return Value

IRowSelectionCollection
A new IRowSelectionCollection instance containing the additional item.
See Also