ComponentOne FlexGrid for WinForms
Add(Int32) Method

C1.Win.C1FlexGrid Namespace > RowCollection Class > Add Method : Add(Int32) Method
Number of rows to add to the collection.
Appends a given number of Row objects to the collection.
Syntax
'Declaration
 
Public Overloads Sub Add( _
   ByVal count As Integer _
) 
public void Add( 
   int count
)

Parameters

count
Number of rows to add to the collection.
See Also

Reference

RowCollection Class
RowCollection Members
Overload List