VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Office.UI Namespace / WebSpreadsheetEditorControlJS type
Constructors SeeAlso
In This Topic
    WebSpreadsheetEditorControlJS Class Members
    In This Topic
    The following tables list the members exposed by WebSpreadsheetEditorControlJS.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the WebSpreadsheetEditorControlJS class.
    Methods
     NameDescription
    Public MethodAdds new worksheet to the spreadsheet document. New worksheet is added after the focused worksheet.
    Public MethodAutomatically fits the width of columns using selected cells.
    Public MethodAutomatically fits the height of rows using selected cells.
    Public MethodCancels the editing of cell value.
    Public MethodClears contents (value and formula) of selected cells.
    Public MethodClears format (style) of selected cells.
    Public MethodOverloaded. Copies the focused worksheet in spreadsheet document.
    Public MethodDeletes the focused comment.
    Public MethodCopies content (selected cells, cell text, etc) to the clipboard.
    Public MethodCuts content (selected cells, cell text, etc) to the clipboard.
    Public MethodPastes content (selected cells, cell text, etc) from the clipboard.
    Public MethodEdits the focused comment.
    Public MethodSets the focus to the comment of focused cell.
    Public MethodGets the border color of focused cell.
    Public MethodGets a value indicating whether the undo manager can execute redo action.
    Public MethodGets a value indicating whether the undo manager can execute undo action.
    Public MethodGets the author of focused comment.
    Public MethodGets a value indicating whether the autor comment must be shown.
    Public MethodGets the text of focused comment.
    Public MethodGets the identifier of opened XLSX file.
    Public MethodGets the fill color of focused cell.
    Public MethodGets value or formula 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 the radius of interaction point (resize points).
    Public MethodGets a value indicating whether focused cell has comment.
    Public MethodGets a value indicating whether comment is focused.
    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 the amount of decimal places in number format of focused cell.
    Public MethodGets the number format of focused cell.
    Public MethodGets the description of redo action.
    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 zoom, in percents.
    Public MethodReturns the cell's bounding box in spreadsheet viewer space.
    Public MethodReturns the name of focused cell.
    Public MethodReturns the name of focused worksheet.
    Public MethodReturns the names of all worksheets.
    Public MethodHides the selected columns on focused worksheet.
    Public MethodHides comment of focused cell.
    Public MethodHides the selected rows on focused worksheet.
    Public MethodInserts empty cells in range of selected cells and shifts rows to down.
    Public MethodInserts empty cells in range of selected cells and shifts columns to the right.
    Public MethodInsert columns into the focused worksheet.
    Public MethodInserts new comment to the focused cell.
    Public MethodInserts the formula in focused cell.
    Public MethodInsert rows into the focused worksheet.
    Public MethodMerges the selected cells.
    Public MethodChanges the position of worksheet.
    Public MethodNavigates to the next comment.
    Public MethodOpens XLSX document.
    Public MethodNavigates to the previous comment.
    Public MethodRedoes the action.
    Public MethodRemoves selected cells and shifts columns to the left.
    Public MethodRemoves selected cells and shifts rows to up.
    Public MethodRemoves columns in the focused worksheet.
    Public MethodRemoves the focused drawing.
    Public MethodRemoves hyperlinks from focused sheet drawing or selected cells.
    Public MethodRemoves rows in the focused worksheet.
    Public MethodOverloaded. Removes the specified worksheet from spreadsheet document.
    Public MethodRenames the worksheet.
    Public MethodSets the fill color of selected cells.
    Public MethodSets value 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 the radius of interaction point (resize points).
    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 the amount of decimal places in number format of selected cells.
    Public MethodSets the number format of selected cells.
    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 zoom, in percents.
    Public MethodSets the selected cells and focused cells to the specified value.
    Public MethodSets the text input for embedded editor of cell value.
    Public MethodSets the text input for external editor of cell value.
    Public MethodShows the selected columns on focused worksheet.
    Public MethodShows comment of focused cell.
    Public MethodShows the selected rows on focused worksheet.
    Public MethodTries to finish the editing of cell formula.
    Public MethodUndoes the action.
    Public MethodUnmerges the selected cells.
    Events
     NameDescription
    Public EventOccurs when cell is clicked in spreadsheet viewer.
    Public EventOccurs when the focused cell is changed in spreadsheet viewer.
    Public EventOccurs when the focused comment is changed in spreadsheet viewer.
    Public EventOccurs when the the formula syntax error occurs in spreadsheet viewer.
    Public EventOccurs when the synchronization exception occurs.
    See Also