[]
Duplicates this table style with the specified name.
ITableStyle Duplicate(string name = null)
Function Duplicate(Optional name As String = Nothing) As ITableStyle
Type | Name | Description |
---|---|---|
string | name | The name of new duplicated table style. |
Type | Description |
---|---|
ITableStyle | An ITableStyle value represents the duplicated table style. |
If no name is specified, the Duplicate(string) method generates a new name automatically.