Altaxo user manual and class reference
Altaxo user manual and class reference
Altaxo class reference
Altaxo Namespaces
Altaxo.Data Namespaces
Altaxo.Data.Selections
IRowSelectionCollection Interface
IRowSelectionCollection Methods
NewWithItems Method
WithAdditionalItem Method
WithChangedItem Method
IRow
Selection
Collection
With
Changed
Item 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#
Copy
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
Reference
IRowSelectionCollection Interface
Altaxo.Data.Selections Namespace
Altaxo can be downloaded from
SourceForge
. Source code available on
Github
.
(C) Dr. Dirk Lellinger and all contributors to the source code 2002 -
Send comments on this topic to
dlellinger@users.sourceforge.net