VintaSoft Imaging .NET SDK 15.1: 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);

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