Click or drag to resize

IRowSelectionCollectionWithChangedItem Method

[Missing <summary> documentation for "M:Altaxo.Data.Selections.IRowSelectionCollection.WithChangedItem(System.Int32,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 WithChangedItem(
	int idx,
	IRowSelection item
)

Parameters

idx  Int32

[Missing <param name="idx"/> documentation for "M:Altaxo.Data.Selections.IRowSelectionCollection.WithChangedItem(System.Int32,Altaxo.Data.Selections.IRowSelection)"]

item  IRowSelection

[Missing <param name="item"/> documentation for "M:Altaxo.Data.Selections.IRowSelectionCollection.WithChangedItem(System.Int32,Altaxo.Data.Selections.IRowSelection)"]

Return Value

IRowSelectionCollection

[Missing <returns> documentation for "M:Altaxo.Data.Selections.IRowSelectionCollection.WithChangedItem(System.Int32,Altaxo.Data.Selections.IRowSelection)"]

See Also