VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetEditorControlJS type / set_IsFontStrikeout Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_IsFontStrikeout Method
    In This Topic
    Sets the strikeout font for selected cells.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetEditorControlJS(parentDivId);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_IsFontStrikeout(value);
    
    
    function set_IsFontStrikeout(
    value
    A value indicating whether selected cells should have strikeout font.
    : boolean
    ) : any;

    Parameters

    value
    A value indicating whether selected cells should have strikeout font.
    Browser Compatibility
    56+
    45+
    11
    See Also