Spread.Sheets Documentation
headerFont Method
The heading font.
Gets or sets the heading font of the theme.
Syntax
var instance = new GC.Spread.Sheets.Theme(name, colorScheme, headerFont, bodyFont);
var returnValue; // Type: any
returnValue = instance.headerFont(value);
function headerFont( 
   value : string
) : any;

Parameters

value
The heading font.

Return Value

If no value is set, returns the heading font; otherwise, returns the theme.
See Also

Reference

Theme class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.