ApplyTableStyle(TableStyle) Method
Applies the specified table style to this
Table.
'Declaration
Public Overloads Sub ApplyTableStyle( _
ByVal As TableStyle _
)
'Usage
Dim instance As Table
Dim tableStyle As TableStyle
instance.ApplyTableStyle(tableStyle)
Parameters
- tableStyle
- A TableStyle object represents the table style.