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