CHAR

function CHAR(arg1: number = null): string

Description

Returns the character specified by the code number from your computer's character set.

Parameters

arg1numberdefault: null

A number between 1 and 255 specifying a character from the computer character set.

Returns

string

Try It

var oWorksheet = Api.GetActiveSheet();
var oFunction = Api.GetWorksheetFunction();
oWorksheet.GetRange("A1").SetValue(oFunction.CHAR(234));

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).