VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetEditorControlJS type / set_FillColor Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_FillColor Method
    In This Topic
    Sets the fill color of selected cells.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetEditorControlJS(parentDivId);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: string
    
    returnValue = instance.set_FillColor(value);
    
    
    function set_FillColor(
    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