VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / set_FontColor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_FontColor Method
    In This Topic
    Sets the font color of focused cell.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_FontColor(value);
    
    
    function set_FontColor(
    value
    The string that represents HTML color ("black", "red", "transparent", "rgb(255,255,255)", "rgba(255,255,255,0.5)").
    : string
    ) : any;

    Parameters

    value
    The string that represents HTML color ("black", "red", "transparent", "rgb(255,255,255)", "rgba(255,255,255,0.5)").
    Browser Compatibility
    56+
    45+
    11
    See Also