In This Topic
Sets the font name for selected cells.
Syntax
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
var returnValue; // Type: any
// Parameters
var value; // Type: number
returnValue = instance.set_FontName(value);
function set_FontName(
: number
) : any;
Parameters
- value
- The font name for focused cell.
Browser Compatibility
See Also