GcSpread.Sheets Namespace > Cell type : font Method |
var instance = new GcSpread.Sheets.Cell(sheet, row, col, sheetArea); var returnValue; // Type: string returnValue = instance.font(value);
function font( value : string ) : string;
activeSheet.getCell(1,1).font("8pt Arial");