Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ITableStyles Interface / Add Method
A string value indicates the name of the table style.


In This Topic
    Add Method (ITableStyles)
    In This Topic
    Creates a new TableStyle object and adds it to the collection.
    Syntax
    'Declaration
     
    
    Function Add( _
       ByVal name As String _
    ) As ITableStyle
    'Usage
     
    
    Dim instance As ITableStyles
    Dim name As String
    Dim value As ITableStyle
     
    value = instance.Add(name)

    Parameters

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

    Return Value

    A TableStyle object represents the created table style.
    See Also