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

    Parameters

    name
    The style name.

    Return Value

    Whether the style name is contained.
    See Also