'Declaration Public Overloads Overrides Function AddRow( _ ByVal data As System.String _ ) As System.Integer
public override 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.