GC.Spread.Sheets Namespace > CellRange type : formatter Method |
var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.formatter(value);
function formatter( value : undefined ) : any;
activeSheet.getCell(1,1).formatter("0.000%");
activeSheet.getCell(1, -1).formatter("0.000%"); activeSheet.getCell(1,0).value("2");
activeSheet.getCell(-1, 0).formatter("0.000%"); activeSheet.getCell(0,0).value("2");