Spread Windows Forms 12.0 Product Documentation
Add Method (ITableStyles)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ITableStyles Interface : Add Method
A string value indicates the name of the table style.
Creates a new TableStyle object and adds it to the collection.
Syntax
'Declaration
 
Function Add( _
   ByVal tableStyleName As String _
) As ITableStyle
'Usage
 
Dim instance As ITableStyles
Dim tableStyleName As String
Dim value As ITableStyle
 
value = instance.Add(tableStyleName)

Parameters

tableStyleName
A string value indicates the name of the table style.

Return Value

A TableStyle object represents the created table style.
See Also

Reference

ITableStyles Interface
ITableStyles Members