INameRanges
Contains Method
|
Determines whether the Nameranges contains an element with the specified name.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
bool Contains(
string name
)
Function Contains (
name As String
) As Boolean
bool Contains(
String^ name
)
abstract Contains :
name : string -> bool
Parameters
-
name
-
Type:
System
String
The name to locate in the collection.
Return Value
Type:
Boolean
true if the collection contains an element with the specified name; otherwise, false.
See Also