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

In This Topic
    IStyleCollection Interface Members
    In This Topic

    The following tables list the members exposed by IStyleCollection.

    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