removeFormat

removes a cell's format

void removeFormat(number row,number column, [string page] );
rownumberthe row id
columnnumberthe column id
pagestringoptional, the name of the sheet

Example

$$("ssheet").removeFormat(2, 2, "Sheet1");

Related samples

See also
Back to top