ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / GlobalColumnStyleCollectionBase Class / Insert Method
An index of GlobalColumnStyleBase in the collection.
A GlobalColumnStyleBase.

In This Topic
    Insert Method (GlobalColumnStyleCollectionBase)
    In This Topic
    Inserts a GlobalColumnStyleBase object at the specified position in the collection.
    Syntax
    'Declaration
     
    Public Sub Insert( _
       ByVal index As System.Integer, _
       ByVal style As GlobalColumnStyleBase _
    ) 
    public void Insert( 
       System.int index,
       GlobalColumnStyleBase style
    )

    Parameters

    index
    An index of GlobalColumnStyleBase in the collection.
    style
    A GlobalColumnStyleBase.
    See Also