var instance = new GC.Spread.Sheets.Theme(name, colorScheme, headerFont, bodyFont); var returnValue; // Type: any returnValue = instance.bodyFont(value);
function bodyFont( value : string ) : any;
Parameters
- value
- The body font.
Return Value
If no value is set, returns the body font; otherwise, returns the theme.