GcSpread.Sheets Namespace > Sheet type : setFormatter Method |
var instance = new GcSpread.Sheets.Sheet(name); var returnValue; // Type: any returnValue = instance.setFormatter(row, col, value, sheetArea);
activeSheet.setValue(2, 3, new Date(2011, 2, 9)); activeSheet.setFormatter(2,3,"M",GcSpread.Sheets.SheetArea.viewport);