Spread Windows Forms 12.0 Product Documentation
Duplicate Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITableStyle Interface : Duplicate Method
The name of new duplicated table style.
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)
ITableStyle Duplicate( 
   string 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

Reference

ITableStyle Interface
ITableStyle Members