SharpLeaf Reference > Table Methods > AddRows Method Table.AddRows Method
Flow an array of cells into table as rows, starting from current cell.
Overloads
Example
rows = new string[][] {new string[]{"Col 1","Col 2","Col 3","Col 4"},new
string[]{"A1","A2","A3","A4"},new string[]{"B1","B2","B3","B4"}};
tb.AddRows(rows);
Description
All rows will start from current column. Cell pointer will be moved down by number of rows.
See also ...Table Members | Table.AddColumns Method | Table.AddRowCells Method
Send comments on this topic © Dyalog Ltd 2021
|