var instance = new GC.Spread.Sheets.CellRange(sheet, row, col, rowCount, colCount, sheetArea); var returnValue; // Type: any returnValue = instance.themeFont(value);
function themeFont( value : string ) : any;
Parameters
- value
- The cell's theme font.
Return Value
If no value is set, returns the cell's theme font; otherwise, returns the cell.