SharpLeaf Reference > Table Methods > AddColumnCells Method Table.AddColumnCells Method
Append cells to current column.
Overloads
Example
tb.AddColumnCells(new string[]{"Row A","Row B"});
Description
Cell pointer will be moved to the right by number of cells.
See also ...Filling cells of a Table | Table Members | Table.AddColumns Method | Table.AddRowCells Method
Send comments on this topic © Dyalog Ltd 2021
|