SpreadJS Documentation
themeFont Method
The column theme font.
Gets or sets the theme font for the column.
Syntax
var instance = new GcSpread.Sheets.Column(sheet, index, sheetArea);
var returnValue; // Type: string
returnValue = instance.themeFont(value);
function themeFont( 
   value : string
) : string;

Parameters

value
The column theme font.

Return Value

The column theme font.
Example
This example uses the themeFont method.
activeSheet.getColumn(0).themeFont("Body");
activeSheet.getCell(0,0).value("Test");
See Also

Reference

Column type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.