Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / TableStyleCollection Class / Add Method
The style to add


In This Topic
    Add Method (TableStyleCollection)
    In This Topic
    Adds a table style.
    Syntax
    'Declaration
     
    
    Public Sub Add( _
       ByVal item As TableStyle _
    ) 
    'Usage
     
    
    Dim instance As TableStyleCollection
    Dim item As TableStyle
     
    instance.Add(item)
    public void Add( 
       TableStyle item
    )

    Parameters

    item
    The style to add
    See Also