isColumnResized method

bool isColumnResized(
  1. FluentDocument document,
  2. FluentTable table,
  3. int colIdx
)

Returns true if the column at colIdx in table has a pending resize suggestion.

Implementation

bool isColumnResized(FluentDocument document, FluentTable table, int colIdx) => false;