Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ITableStyle Interface / duplicate Method / duplicate(String) Method
The name of the new table style.
In This Topic
    duplicate(String) Method
    In This Topic
    Duplicates the ITableStyle object and returns a reference to the newcopy.
    Syntax
    ITableStyle duplicate( 
       java.lang.String newName
    )

    Parameters

    newName
    The name of the new table style.
    See Also