setBold
Sets the bold font for the cell.
Parameters
- $value - (boolean) the true value sets the bold font, false - leaves the normal font
Example
$cell = new SpreadSheetCell($res, "1","B1", $db_prefix); $cell->setBold(true);
See also: isBold, setItalic
Back to top