onDecreaseTableRowspan method

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

Intercepts decreasing table cell rowspan. Return true if handled.

Implementation

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