MindFusion.Wpf Pack Programmer's Guide
ObservableCollection(T).SetItem Method
See Also
 





Collection.SetItem override.

Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

protected override void SetItem (
    int index,
    T item
)

Visual Basic  Copy Code

Protected Overrides Sub SetItem( _
    index As Integer, _
    item As T _
)

 Parameters

index

The zero-based index of the element to replace.

item

The new value for the element at the specified index. The value can be null (Nothing in Visual Basic) for reference types.

 See Also

ObservableCollection(T) Members
ObservableCollection(T) Class
MindFusion.Spreadsheet.Wpf Namespace