getFormat

returns the name of the format specified for the given cell

string getFormat(number row,number column, [string page] );
rownumberthe row id
columnnumberthe column id
pagestringoptional, the name of the sheet
stringthe name of the format

Example

const name = $$("ssheet").getFormat(2, 1, "Sheet1");

Related samples

See also
Back to top