Spread.Sheets Documentation
bodyFont Method
The body font.
Gets or sets the body font of the theme.
Syntax
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.
See Also

Reference

Theme class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.