table/tablecellproperties/tablecellpropertiesutils
module
Type Definitions
module:table/tablecellproperties/tablecellpropertiesutils~TableCellType
Functions
isTableHeaderCellType( cellType ) → booleanmodule:table/tablecellproperties/tablecellpropertiesutils~isTableHeaderCellTypeChecks if the given cell type represents a header cell.
Parameters
cellType : TableCellType | undefinedThe type of the table cell.
Returns
booleantrueif the cell type represents a header cell,falseotherwise.