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