var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetEditorControlJS(parentDivId); var value; // Type: string[] value = instance.getWorksheetNames();
function getWorksheetNames() : string[];
Return Value
Имена всех листов.
var instance = new Vintasoft.Imaging.Office.UI.WebSpreadsheetEditorControlJS(parentDivId); var value; // Type: string[] value = instance.getWorksheetNames();
function getWorksheetNames() : string[];