removeFormat

removes a cell's format

void removeFormat(number rowId,number columnId, [string page] );
rowIdnumberthe row id
columnIdnumberthe column id
pagestringoptional, the name of the sheet

Example

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

Related samples

See also
Back to top