Click or drag to resize

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
)

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