VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type / set_TextHorizontalAlign Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_TextHorizontalAlign Method
    In This Topic
    Sets the text horizontal alignment of selected cells.
    Syntax
    var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlJS(settings);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: WebTextHorizontalAlignEnumJS
    
    returnValue = instance.set_TextHorizontalAlign(value);
    
    
    function set_TextHorizontalAlign(
    value
    The text horizontal alignment of focused cell.
    : WebTextHorizontalAlignEnumJS
    ) : any;

    Parameters

    value
    The text horizontal alignment of focused cell.
    Browser Compatibility
    56+
    45+
    11
    See Also