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

Parameters

value
The heading font.

Return Value

The heading font.
See Also

Reference

SpreadTheme class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.