Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IStyleCollection Interface

In This Topic
    IStyleCollection Interface Methods
    In This Topic

    For a list of all members of this type, see IStyleCollection members.

    Public Methods
     NameDescription
     MethodOverloaded. Creates a new IStyle and adds it to the list of styles that areavailable for the current IWorkbook. This method is functionally equivalent to add(String name, IRange baseOn) with baseOn = null.  
     MethodDetermines whether the style name is contained in IStyleCollection.  
     MethodOverloaded. Returns the IStyle object from a collection.  
     MethodReturns the number of objects in the collection.  
    Top
    See Also