GcSpread.Sheets Namespace > Cell type : formatter Method |
var instance = new GcSpread.Sheets.Cell(sheet, row, col, sheetArea); var returnValue; // Type: object returnValue = instance.formatter(value);
function formatter( value : object ) : object;
activeSheet.getCell(1,1).formatter("0.000%");