True DBGrid for WinForms | ComponentOne
C1.Win.C1TrueDBGrid.4.5.2 Assembly / C1.Win.C1TrueDBGrid.BaseGrid Namespace / Frame Class / AddRow Method / AddRow(String,Char) Method
The data used to populate the new row.
Character used to separate the data fields.

In This Topic
    AddRow(String,Char) Method
    In This Topic
    Adds a row to an unbound grid.
    Syntax
    'Declaration
     
    Public Overloads Overridable Function AddRow( _
       ByVal data As System.String, _
       ByVal separator As System.Char _
    ) As System.Integer
    public virtual System.int AddRow( 
       System.string data,
       System.char separator
    )

    Parameters

    data
    The data used to populate the new row.
    separator
    Character used to separate the data fields.

    Return Value

    The index of the row that was added.
    See Also