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

Parameters

value
The row theme font.

Return Value

The row theme font.
Example
This example uses the themeFont method.
activeSheet.getRow(1).themeFont("Body");
activeSheet.getCell(1,0).value("2");
See Also

Reference

Row type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.