ApplyTableStyle(String) Method
Applies the specified table style to this
Table.
public void ApplyTableStyle(
string
)
'Declaration
Public Overloads Sub ApplyTableStyle( _
Optional ByVal As String _
)
'Usage
Dim instance As Table
Dim tableStyleName As String
instance.ApplyTableStyle(tableStyleName)
Parameters
- tableStyleName
- A string value represents the name of table style.