SpreadsheetGear 2023
Contains Method (INames)


SpreadsheetGear Namespace > INames Interface : Contains Method
Specifies the name to check.
Returns true if the specified IName is contained by the collection of defined names, otherwise false is returned.
Syntax
'Declaration
 
Function Contains( _
   ByVal name As IName _
) As System.Boolean
'Usage
 
Dim instance As INames
Dim name As IName
Dim value As System.Boolean
 
value = instance.Contains(name)
System.bool Contains( 
   IName name
)

Parameters

name
Specifies the name to check.

Return Value

true if the specified IName is contained by the collection of defined names, otherwise false is returned.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

INames Interface
INames Members