[]
Creates a table style based on the table style contained in the table style collection or a built-in table style.
public TableStyle CreateTableStyle(string styleName, string sourceStyleName)
Public Function CreateTableStyle(styleName As String, sourceStyleName As String) As TableStyle
| Type | Name | Description |
|---|---|---|
| string | styleName | Style name. |
| string | sourceStyleName | Source style name. |
| Type | Description |
|---|---|
| TableStyle | A TableStyleThe object. |