addFormat

adds a format and returns its name

string addFormat(string format);
formatstringconditions for formatting the cell content, separated by semi-colons
stringthe name of the format

Example

$$("ssheet").addFormat("[green]0.0");

Related samples

Details

Check the format details.

See also
Back to top