ComponentOne FlexGrid for WinForms
Add() Method

C1.Win.C1FlexGrid Namespace > RowCollection Class > Add Method : Add() Method
Appends a new Row object to the collection.
Syntax
'Declaration
 
Public Overloads Function Add() As Row
public Row Add()

Return Value

A reference to the Row that was added to the collection.
Remarks
The Add method appends a new row to the collection. To insert a row at a specific position, use the Insert method.
See Also

Reference

RowCollection Class
RowCollection Members
Overload List