SpreadJS Documentation
ReszingFloatingObjectExtent Constructor
The left offset.
The top offset.
The width offset.
The height offset.
Represents the information for a resize floating object.
Syntax
var instance = new GcSpread.Sheets.UndoRedo.ReszingFloatingObjectExtent(offsetX, offsetY, offsetWidth, offsetHeight);
function ReszingFloatingObjectExtent( 
   offsetX : number,
   offsetY : number,
   offsetWidth : number,
   offsetHeight : number
) : ReszingFloatingObjectExtent;

Parameters

offsetX
The left offset.
offsetY
The top offset.
offsetWidth
The width offset.
offsetHeight
The height offset.
See Also

Reference

ReszingFloatingObjectExtent type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.