Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / ApplyTableStyle Method / ApplyTableStyle(TableStyle) Method
A TableStyle object represents the table style.


In This Topic
ApplyTableStyle(TableStyle) Method
In This Topic
Applies the specified table style to this Table.
Syntax
'Declaration
 
Public Overloads Sub ApplyTableStyle( _
   ByVal tableStyle As TableStyle _
) 
 
'Usage
 
Dim instance As Table
Dim tableStyle As TableStyle
 
instance.ApplyTableStyle(tableStyle)

Parameters

tableStyle
A TableStyle object represents the table style.
See Also