'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.