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