Search
NamedCollection(T).Contains Method
See Also
 






Determines whether an element with the specified name is in the collection.

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

 Syntax

C#  Copy Code

public bool Contains (
    string name
)

Visual Basic  Copy Code

Public Function Contains( _
    name As String _
) As Boolean

 Parameters

name

The name of the item to locate in the collection.

 Return Value

true if item with the specified name is found in the collection; otherwise, false.

 See Also