NEWCKEditor AI on your premises: Hook your LLM and register MCP tools. Webinar coming soon!
Sign up (with export icon)

table/tablecellproperties/tablecellpropertiesutils

Api-module iconmodule

Type Definitions

Functions

  • Chevron-right icon

    isTableHeaderCellType( cellType ) → boolean

    Checks if the given cell type represents a header cell.

    Parameters

    cellType : TableCellType | undefined

    The type of the table cell.

    Returns

    boolean

    true if the cell type represents a header cell, false otherwise.