SetBold

function SetBold(isBold: boolean = null): void

Description

Sets the bold property to the text characters in the current cell or cell range.

Parameters

isBoldbooleandefault: null

Specifies that the contents of the current cell / cell range are displayed bold.

Returns

void

Try It

var oWorksheet = Api.GetActiveSheet();
oWorksheet.GetRange("A2").SetValue("Bold text");
oWorksheet.GetRange("A2").SetBold(true);
oWorksheet.GetRange("A3").SetValue("Normal text");

Get Help

  • If you have any questions about ONLYOFFICE Docs, try the FAQ section first.
  • You can request a feature or report a bug by posting an issue on GitHub.
  • You can also ask our developers on ONLYOFFICE forum (registration required).