ComponentOne True DBGrid for WinForms
AddRow(String,Char) Method

C1.Win.C1TrueDBGrid.4 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.
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

Reference

Frame Class
Frame Members
Overload List