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

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid Namespace > C1TrueDBGrid 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 Overrides Function AddRow( _
   ByVal data As System.String, _
   ByVal separator As System.Char _
) As System.Integer
public override 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

C1TrueDBGrid Class
C1TrueDBGrid Members
Overload List