Determines whether an element with the specified name is in the collection.
Namespace: MindFusion.Spreadsheet
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool Contains ( |
Visual Basic
Copy Code
|
|---|
Public Function Contains( _ |
The name of the item to locate in the collection.
true if item with the specified name is found in the collection; otherwise, false.
See Also