'Declaration
Public Function Duplicate( _ ByVal name As String _ ) As TableStyle
'Usage
Dim instance As TableStyle Dim name As String Dim value As TableStyle value = instance.Duplicate(name)
public TableStyle Duplicate( string name )
Parameters
- name
- The name of new duplicated table style.
Return Value
A TableStyle value represents the duplicated table style.