Table.AddRow method

Adds a row to the table with the specified cell values. Handles multiline cell values by splitting them into multiple rows.

public void AddRow(params object[] values)
parameter description
values An array of objects representing the cell values for the row.

See Also