Skip to content
TREB Docs

TableFilterFunction

TableFilterFunction type

function type used for filtering tables

Declaration
declare type TableFilterFunction = (value: CellValue, calculated_value: CellValue, style: CellStyle) => boolean;
declare type TableFilterFunction = (value: CellValue, calculated_value: CellValue, style: CellStyle) => boolean;
Referenced by
EmbeddedSpreadsheet.FilterTable