SpreadJS Documentation
bodyFont Method
The body font.
Gets or sets the body font.
Syntax
var instance = new GcSpread.Sheets.SpreadTheme(name, themeColor, headingFont, bodyFont);
var returnValue; // Type: Object
returnValue = instance.bodyFont(value);
function bodyFont( 
   value : string
) : Object;

Parameters

value
The body font.

Return Value

The body font.
See Also

Reference

SpreadTheme class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.