Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IStyleCollection Interface / contains Method
The style name.
In This Topic
    contains Method
    In This Topic
    Determines whether the style name is contained in IStyleCollection.
    Syntax
    boolean contains( 
       java.lang.String name
    )

    Parameters

    name
    The style name.

    Return Value

    Whether the style name is contained.
    See Also