Collection.SetItem override.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
protected override void SetItem ( |
Visual Basic
Copy Code
|
|---|
Protected Overrides Sub SetItem( _ |
The zero-based index of the element to replace.
The new value for the element at the specified index. The value can be null (Nothing in Visual Basic) for reference types.
See Also