onIncreaseTableRowspan method

bool onIncreaseTableRowspan(
  1. FluentDocument document,
  2. FluentTable table,
  3. FluentCell cell
)

Intercepts increasing table cell rowspan. Return true if handled.

Implementation

bool onIncreaseTableRowspan(FluentDocument document, FluentTable table, FluentCell cell) => false;