Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / INames Interface / Contains Method
The name.
In This Topic
    Contains Method (INames)
    In This Topic
    Determines whether name is contained in INames
    Syntax
    System.bool Contains( 
       System.string name
    )

    Parameters

    name
    The name.

    Return Value

    Whether iNames contains the name.
    See Also