Click or drag to resize

UnionOfRowSelectionsWithChangedItem Method

Returns a new instance that resembles this instance, but with the item at index idx set to another item item.

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

Parameters

idx  Int32
The index to change.
item  IRowSelection
The new item at this index.

Return Value

IRowSelectionCollection
New instance that resembles this instance, but with the item at index idx set to another item item.

Implements

IRowSelectionCollectionWithChangedItem(Int32, IRowSelection)
See Also