onInsertTableRow method

bool onInsertTableRow(
  1. FluentDocument document,
  2. FluentTable table,
  3. int index
)

Intercepts inserting a table row. Return true if handled.

Implementation

bool onInsertTableRow(FluentDocument document, FluentTable table, int index) => false;