Gets or sets the element at the specified index.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public new NamedRange Item [ |
Visual Basic
Copy Code
|
|---|
Public Shadows Property Item( _ |
The zero-based index of the element to get or set.
The element at the specified index.
See Also