Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
c#
c#
TableCell firstCell = tbl[10, 10];
TableCell secondCell = tbl[10, 21];

To add text to a table cell, call one of the Element class's InsertTextAfter or InsertTextBefore methods.

...