[]
        
(Showing Draft Content)

C1.Win.C1TrueDBGrid.BaseGrid.Frame.AddRow

AddRow Method

AddRow(string)

Adds a row to an unbound grid.

Declaration
public virtual int AddRow(string data)
Parameters
Type Name Description
string data

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

Returns
Type Description
int

The index of the row that was added.

AddRow(string, char)

Adds a row to an unbound grid.

Declaration
public virtual int AddRow(string data, char separator)
Parameters
Type Name Description
string data

The data used to populate the new row.

char separator

Character used to separate the data fields.

Returns
Type Description
int

The index of the row that was added.