SpreadJS Documentation
MovingFloatingObjectExtent Constructor
The horizontal offset.
The vertical offset.
Represents the extend for floating object actions.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.MovingFloatingObjectExtent(offsetX, offsetY);
function MovingFloatingObjectExtent( 
   offsetX : number,
   offsetY : number
) : MovingFloatingObjectExtent;

Parameters

offsetX
The horizontal offset.
offsetY
The vertical offset.
See Also

Reference

MovingFloatingObjectExtent type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.