ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / ColumnCollection Class / Add Method / Add(Int32) Method
Number of columns to add to the collection.

In This Topic
    Add(Int32) Method
    In This Topic
    Appends a given number of Column objects to the collection.
    Syntax
    'Declaration
     
    Public Overloads Sub Add( _
       ByVal count As Integer _
    ) 
    public void Add( 
       int count
    )

    Parameters

    count
    Number of columns to add to the collection.
    Remarks
    This method adds the new columns to the end of the collection. To insert columns at specific positions, use the Insert or InsertRange methods.
    See Also