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