Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Table Class / ApplyTableStyle Method / ApplyTableStyle(String) Method
A string value represents the name of table style.


In This Topic
ApplyTableStyle(String) Method
In This Topic
Applies the specified table style to this Table.
Syntax
'Declaration
 
Public Overloads Sub ApplyTableStyle( _
   Optional ByVal tableStyleName 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.
See Also