VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlSettingsJS type / WebSpreadsheetDocumentEditorControlSettingsJS Constructor(string,string)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebSpreadsheetDocumentEditorControlSettingsJS Constructor(string,string)
    In This Topic
    Initializes a new instance of the WebSpreadsheetDocumentEditorControlSettingsJS class.
    Syntax
    // Parameters
    var containerId; // Type: string
    var localizationId; // Type: string
    
    var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetDocumentEditorControlSettingsJS(containerId, localizationId);
    
    
    function WebSpreadsheetDocumentEditorControlSettingsJS(
    containerId
    An identifier of the page element, where the spreadsheet document editor control must be placed.
    : string,
    localizationId
    A localization identifier for WebSpreadsheetDocumentEditorControlJS object.
    : string
    ) : WebSpreadsheetDocumentEditorControlSettingsJS;

    Parameters

    containerId
    An identifier of the page element, where the spreadsheet document editor control must be placed.
    localizationId
    A localization identifier for WebSpreadsheetDocumentEditorControlJS object.
    Browser Compatibility
    56+
    45+
    11
    See Also