Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IStyleCollection Interface / add Method / add(String) Method
The new IStyle name.
In This Topic
    add(String) 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.
    Syntax
    IStyle add( 
       java.lang.String name
    )

    Parameters

    name
    The new IStyle name.
    See Also