[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ITableStyle.Duplicate

Duplicate Method

Duplicate(string)

Duplicates this table style with the specified name.

Declaration
ITableStyle Duplicate(string name = null)
Function Duplicate(Optional name As String = Nothing) As ITableStyle
Parameters
Type Name Description
string name

The name of new duplicated table style.

Returns
Type Description
ITableStyle

An ITableStyle value represents the duplicated table style.

Remarks

If no name is specified, the Duplicate(string) method generates a new name automatically.