'Declaration
Public Overloads Sub ApplyTableStyle( _ ByVal tableStyle As TableStyle _ )
'Usage
Dim instance As Table Dim tableStyle As TableStyle instance.ApplyTableStyle(tableStyle)
public void ApplyTableStyle( TableStyle tableStyle )
Parameters
- tableStyle
- A TableStyle object represents the table style.