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