SpreadsheetEditorSource Class Methods
In This Topic
For a list of all methods of this type, see
SpreadsheetEditorSource.
Public Methods
| Name | Description |
 | ApplyCommands | Synchronously applies the commands to spreadhseed document. |
 | ApplyCommandsAsync | Asynchronously applies the commands to the spreadsheet document. |
  | CreateEmpty | Creates new XLSX document source using empty XLSX document. |
 | Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
 | SaveAs | Overloaded. Saves the spreadsheet document to the specified stream in XLSX format and change source to specified stream. |
 | SaveChanges | Saves the changes in spreadsheet document. |
 | SaveTo | Overloaded. Saves the spreadsheet document to the specified stream in XLSX format. |
Protected Methods
See Also