VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetDocumentEditorControlJS type
Constructors SeeAlso
In This Topic
    WebSpreadsheetDocumentEditorControlJS Class Members
    In This Topic
    The following tables list the members exposed by WebSpreadsheetDocumentEditorControlJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebSpreadsheetDocumentEditorControlJS class.
    Methods
     NameDescription
    Public MethodAdds new worksheet to the spreadsheet document and updates the UI of this control. New worksheet is added after the focused worksheet.
    Public MethodCancels the editing of cell value.
    Public MethodOverloaded. Copies the focused worksheet in spreadsheet document and updates the UI of this control.
    Public MethodCreates the new XLSX document.
    Public MethodExits the control's view from the full screen mode.
    Public MethodExports XLSX document to PDF.
    Public MethodOverloaded. Fires "asyncOperationFailed" event. (Inherited from WebUiControlJS)
    Public MethodOverloaded. Fires "asyncOperationFinished" event. (Inherited from WebUiControlJS)
    Public MethodGets the border color of focused cell.
    Public MethodGets a value indicating whether undo manager can execute redo action.
    Public MethodGets a value indicating whether undo manager can execute undo action.
    Public MethodGets an identifier of DOM-element that contains this control. (Inherited from WebUiControlJS)
    Public MethodGets the fill color of focused cell.
    Public MethodGets the index of the focused worksheet.
    Public MethodGets the font color of focused cell.
    Public MethodGets the font name for focused cell.
    Public MethodGets the font size for focused cell.
    Public MethodGets the interaction mode of the spreadsheet visual editor.
    Public MethodGets a value indicating whether the control is enabled.
    Public MethodGets a value indicating whether focused cell has bold font.
    Public MethodGets a value indicating whether focused cell has italic font.
    Public MethodGets a value indicating whether focused cell has strikeout font.
    Public MethodGets a value indicating whether focused cell has underline font.
    Public MethodGets a value indicating whether footer panel is visible.
    Public MethodGets a value indicating whether formula panel is visible.
    Public MethodGets a value indicating whether main menu header is visible.
    Public MethodGets a value indicating whether main menu is visible.
    Public MethodGets the collection of UI elements contained within this WebDocumentViewerBaseJS. (Inherited from WebUiControlJS)
    Public MethodGets the localization identifier of UI element.
    Public MethodGets the maximum size, in bytes, of image that can be inserted into spreadsheet.
    Public MethodGets the number format of focused cell.
    Public MethodGets the description of redo action.
    Public MethodGets a value indicating whether footer panel is shown in full screen mode.
    Public MethodGets a value indicating whether formula panel is shown in full screen mode.
    Public MethodGets a value indicating whether main menu header is shown in full screen mode.
    Public MethodGets a value indicating whether main menu is shown in full screen mode.
    Public MethodGets the spreadsheet editor control, which is associated with this document viewer.
    Public MethodGets the text horizontal alignment of focused cell.
    Public MethodGets the text vertical alignment of focused cell.
    Public MethodGets the description of undo action.
    Public MethodGets the maximum number of undo actions.
    Public MethodGets a value indicating whether the focused cell has wrapped text.
    Public MethodGets the value, which defines how an XLSX page must be laid out.
    Public MethodReturns array of nested UI elements. (Inherited from WebUiControlJS)
    Public MethodReturns the worksheet index by name.
    Public MethodMerges the selected cells.
    Public MethodChanges the position of worksheets and updates the UI of this control.
    Public MethodOpens XLSX document.
    Public MethodRedoes the action.
    Public MethodOverloaded. Removes the focused worksheet from spreadsheet document and updates the UI of this control.
    Public MethodRenames the focused worksheet and updates the UI of this control.
    Public MethodSets the fill color of selected cells.
    Public MethodSets the index of the focused worksheet.
    Public MethodSets the font color of focused cell.
    Public MethodSets the font name for selected cells.
    Public MethodSets the font size for selected cells.
    Public MethodSets the interaction mode of the spreadsheet visual editor.
    Public MethodSets a value indicating whether the control is enabled.
    Public MethodSets the bold font for selected cells.
    Public MethodSets the italic font for selected cells.
    Public MethodSets the strikeout font for selected cells.
    Public MethodSets the underline font for selected cells.
    Public MethodSets a value indicating whether footer panel is visible.
    Public MethodSets a value indicating whether formula panel is visible.
    Public MethodSets a value indicating whether main menu header is visible.
    Public MethodSets a value indicating whether main menu is visible.
    Public MethodSets the maximum size, in bytes, of image that can be inserted into spreadsheet.
    Public MethodSets the number format of selected cells.
    Public MethodSets a value indicating whether footer panel is shown in full screen mode.
    Public MethodSets a value indicating whether formula panel is shown in full screen mode.
    Public MethodSets a value indicating whether main menu header is shown in full screen mode.
    Public MethodSets a value indicating whether main menu is shown in full screen mode.
    Public MethodSets the text horizontal alignment of selected cells.
    Public MethodSets the text vertical alignment of selected cells.
    Public MethodSets the maximum number of undo actions.
    Public MethodSets a value indicating whether the selected cells has wrapped text.
    Public MethodSets the value, which defines how an XLSX page must be laid out.
    Public MethodOverloaded. Fires "asyncOperationStarted" event. (Inherited from WebUiControlJS)
    Public MethodSwitches the control's view to the full screen mode.
    Public MethodUndoes the action.
    Public MethodUnmerges the selected cells.
    Public MethodUpdates the user interface of this control.
    Events
     NameDescription
    Public EventOccurs when asynchronous operation is failed. (Inherited from WebUiControlJS)
    Public EventOccurs when asynchronous operation is finished. (Inherited from WebUiControlJS)
    Public EventOccurs when asynchronous operation is started. (Inherited from WebUiControlJS)
    Public EventOccurs when dialog is shown. (Inherited from WebUiControlJS)
    Public EventOccurs when the the formula syntax error occurs in spreadsheet viewer.
    Public EventOccurs before creation of new XLSX workbook.
    Public EventOccurs when the synchronization exception occurs.
    Public EventOccurs when the text search is finished.
    Public EventOccurs when warning (non-critical error) occurs during the spreadsheet document editor work. (Inherited from WebUiControlJS)
    See Also