Adds a row to an unbound grid.
'Declaration
Public Overloads Overrides Function AddRow( _
ByVal As System.String, _
ByVal As System.Char _
) As System.Integer
public override System.int AddRow(
System.string ,
System.char
)
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.