Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableStyle Interface / Duplicate Method
The name of new duplicated table style.


In This Topic
Duplicate Method (ITableStyle)
In This Topic
Duplicates this table style with the specified name.
Syntax
'Declaration
 
Function Duplicate( _
   Optional ByVal name As String _
) As ITableStyle
 
'Usage
 
Dim instance As ITableStyle
Dim name As String
Dim value As ITableStyle
 
value = instance.Duplicate(name)

Parameters

name
The name of new duplicated table style.

Return Value

An ITableStyle value represents the duplicated table style.
Remarks
If no name is specified, the Duplicate method generates a new name automatically.
See Also