ComponentOne FlexPivot for WinForms
C1.Win.C1FlexGrid.4.8 Assembly / C1.Win.C1FlexGrid Namespace / RowCollection Class / Add Method / Add() Method

In This Topic
    Add() Method
    In This Topic
    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