Checks whether the collection contains an XLNamedRange object with the specified name.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public bool Contains(
	string name
)
Visual Basic
Public Function Contains ( _
	name As String _
) As Boolean

Parameters

name
Type: System..::..String
The name of the XLNamedRange object to look for.

Return Value

True if the collection contains the range, false otherwise.

See Also