SharpLeaf Reference > Table Methods > AddRowCells Method

Table.AddRowCells Method

Append cells to current row.

Overloads

Example

   tb.AddRowCells(new string[]{"Col 1","Col 2","Col 3","Col 4"});

Description

Cell pointer will be moved down by number of cells.

See also ...

Filling cells of a Table | Table Members | Table.AddColumnCells Method | Table.AddRows Method


Send comments on this topic
© Dyalog Ltd 2021