onInsertTableRow method
Intercepts inserting a table row. Return true if handled.
Implementation
bool onInsertTableRow(FluentDocument document, FluentTable table, int index) => false;
Intercepts inserting a table row. Return true if handled.
bool onInsertTableRow(FluentDocument document, FluentTable table, int index) => false;