ComponentOne FlexGrid for WinForms
Add(Int32) Method

C1.Win.C1FlexGrid Namespace > ColumnCollection Class > Add Method : Add(Int32) Method
Number of columns to add to the collection.
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

Reference

ColumnCollection Class
ColumnCollection Members
Overload List