SpreadJS Documentation
DeleteFloatingObjectUndoAction Constructor
The sheet invoking the action.
The extent.
Represents the undo action for deleting the floating objects.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.DeleteFloatingObjectUndoAction(sheet, deleteExtent);
function DeleteFloatingObjectUndoAction( 
   sheet : Sheet,
   deleteExtent : GcSpread.Sheets.FloatingObjectExtent
) : DeleteFloatingObjectUndoAction;

Parameters

sheet
The sheet invoking the action.
deleteExtent
The extent.
See Also

Reference

DeleteFloatingObjectUndoAction type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.