Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ITableStyle Interface / Duplicate Method
The name of the new table style.
In This Topic
    Duplicate Method (ITableStyle)
    In This Topic
    Duplicates the ITableStyle object and returns a reference to the new copy.
    Syntax
    ITableStyle Duplicate( 
       System.string newName
    )

    Parameters

    newName
    The name of the new table style.

    Return Value

    See Also