'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)
public TableStyle Clone( Workbook targetWorkbook )
Parameters
- targetWorkbook