Click or drag to resize

IRowSelectionCollectionWithChangedItem Method

Creates a new collection in which the item at the specified index is replaced.

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

Parameters

idx  Int32
The index of the item to replace.
item  IRowSelection
The new item.

Return Value

IRowSelectionCollection
A new IRowSelectionCollection instance with the item replaced.
See Also