SharpLeaf Reference > Table Methods > AddColumns Method Table.AddColumns Method
Flow an array of cells into table as columns, starting from current cell.
Overloads
Example
columns = new string[][] {new string[]{"Row A","Row B"},new string[]{"A1","B1"},new
string[]{"A2","B2"},new string[]{"A3","B3"},new string[]{"A4","B4"}};
tb.AddColumns(columns);
Description
All columns will start from current row. Cell pointer will be moved to the right by number of columns.
See also ...Filling cells of a Table | Table Members | Table.AddColumnCells Method | Table.AddRows Method
Send comments on this topic © Dyalog Ltd 2021
|