[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.ITableStyles.Add

Add Method

Add(string)

Creates a new GrapeCity.Spreadsheet.TableStyle object and adds it to the collection.

Declaration
ITableStyle Add(string name)
Function Add(name As String) As ITableStyle
Parameters
Type Name Description
string name

A string value indicates the name of the table style.

Returns
Type Description
ITableStyle

A GrapeCity.Spreadsheet.TableStyle object represents the created table style.