Gets the item with the specified name. If there is no item with the specified name, the indexer has no effect.
Namespace: MindFusion.Spreadsheet.Wpf
Assembly: MindFusion.Spreadsheet.Wpf
SyntaxC#
Copy Code
|
|---|
public T Item [ |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Item( _ |
The name of the item to get.
The item with the specified name.
See Also