Represents the command for deleting the floating objects.
* The command has a boolean field canUndo that indicates whether the command supports undo and redo operations, and a method execute that performs an execute operation or undo operation.
* The arguments of the execute method are as follows.
context {GC.Spread.Sheets.Workbook} The context of the operation.
options {Object} The options of the operation.
* options.sheetName {string} The sheet name.
isUndo {boolean} true
if this is an undo operation; otherwise, false
.
Object
GC.Spread.Sheets.Commands.deleteFloatingObjects