Check documentation for the latest version of dhtmlxSuite isBold DHTMLX Docs

isBold

Checks whether the bold font is set for the cell

Return value

  • (boolean) true if the bold font is set for the cell

Example

$cell = new SpreadSheetCell($res, "1","B1", $db_prefix);
$cell->isBold();

See also: isItalic

Back to top