[]
Creates a new GrapeCity.Spreadsheet.TableStyle object and adds it to the collection.
ITableStyle Add(string name)
Function Add(name As String) As ITableStyle
Type | Name | Description |
---|---|---|
string | name | A string value indicates the name of the table style. |
Type | Description |
---|---|
ITableStyle | A GrapeCity.Spreadsheet.TableStyle object represents the created table style. |