Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IStyleCollection Interface / add Method
In This Topic
    add Method
    In This Topic
    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.
    Overload List
    OverloadDescription
    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.  
    Creates a new IStyle and adds it to the list of styles that areavailable for the current IWorkbook.  
    Creates a new IStyle and adds it to the list of styles that areavailable for the current IWorkbook.  
    See Also