ComponentOne List for WinForms
C1.Win.C1List Namespace / GridStyleCollection Class / Add Method
The Style to add.

In This Topic
    Add Method (GridStyleCollection)
    In This Topic
    Adds a Style to the end of the collection.
    Syntax
    'Declaration
     
    
    Public Function Add( _
       ByVal style As Style _
    ) As Integer
    public int Add( 
       Style style
    )

    Parameters

    style
    The Style to add.

    Return Value

    The index at which the Style has been added.
    See Also