ComponentOne True DBGrid for WinForms
AddRow(String) Method

C1.Win.C1TrueDBGrid.4 Assembly > C1.Win.C1TrueDBGrid.BaseGrid Namespace > Frame Class > AddRow Method : AddRow(String) Method
The data used to populate the new row. Column data is delimited by ';' char.
Adds a row to an unbound grid.
Syntax
'Declaration
 
Public Overloads Overridable Function AddRow( _
   ByVal data As System.String _
) As System.Integer
public virtual 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

Reference

Frame Class
Frame Members
Overload List