VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetEditorControlJS type / set_FontName Property
Syntax BrowserCompatibility SeeAlso
set_FontName Method
Sets the font name for selected cells.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetEditorControlJS(parentDivId);

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_FontName(value);

Parameters

value
The font name for focused cell.
Browser Compatibility
56+
45+
11
See Also