ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / GlobalColumnStyleCollectionBase Class / Add Method
A GlobalColumnStyleBase.

In This Topic
    Add Method (GlobalColumnStyleCollectionBase)
    In This Topic
    Adds a GlobalColumnStyleBase object in the collection.
    Syntax
    'Declaration
     
    Public Function Add( _
       ByVal style As GlobalColumnStyleBase _
    ) As System.Integer
    public System.int Add( 
       GlobalColumnStyleBase style
    )

    Parameters

    style
    A GlobalColumnStyleBase.

    Return Value

    An index of newly added object in the collection.
    See Also