Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / TableStyle Class / Clone(Workbook) Method


In This Topic
Clone(Workbook) Method
In This Topic
Clones the table style in the specified Workbook. The cloned table style will be already added to the table style collection.
Syntax
'Declaration
 
Public Function Clone( _
   ByVal targetWorkbook As Workbook _
) As TableStyle
 
'Usage
 
Dim instance As TableStyle
Dim targetWorkbook As Workbook
Dim value As TableStyle
 
value = instance.Clone(targetWorkbook)

Parameters

targetWorkbook
See Also