True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid Namespace / C1TrueDBGrid Class / AddRow Method / AddRow(String) Method
The data used to populate the new row. Column data is delimited by ';' char.

In This Topic
    AddRow(String) Method
    In This Topic
    Adds a row to an unbound grid.
    Syntax
    'Declaration
     
    Public Overloads Overrides Function AddRow( _
       ByVal data As System.String _
    ) As System.Integer
    public override System.int AddRow( 
       System.string data
    )

    Parameters

    data
    The data used to populate the new row. Column data is delimited by ';' char.

    Return Value

    The index of the row that was added.
    See Also