SpreadJS Documentation
FloatingObject class
Represents a floating object.
Syntax
var instance = new GcSpread.Sheets.FloatingObject(name, x, y, width, height);
function FloatingObject;
Remarks
This is a base class that is intended for internal use.
Inheritance Hierarchy

Object
   GcSpread.Sheets.FloatingObject
      GcSpread.Sheets.CustomFloatingObject
      GcSpread.Sheets.Picture

Constructors
 NameDescription
public ConstructorFloatingObject ConstructorRepresents a floating object.  
Top
Methods
 NameDescription
public MethodallowMoveGets or sets whether to disable moving the floating object.  
public MethodallowResizeGets or sets whether to disable resizing the floating object.  
public MethoddynamicMoveGets or sets whether the object moves when hiding or showing, resizing, or moving rows or columns.  
public MethoddynamicSizeGets or sets whether the size of the object changes when hiding or showing, resizing, or moving rows or columns.  
public MethodendColumnGets or sets the end column index of the floating object position.  
public MethodendColumnOffsetGets or sets the offset relative to the end column of the floating object.  
public MethodendRowGets or sets the end row index of the floating object position.  
public MethodendRowOffsetGets or sets the offset relative to the end row of the floating object.  
public MethodfixedPositionGets or sets whether the position of the floating object is fixed. When fixedPosition is true, dynamicMove and dynamicSize are disabled.  
public MethodheightGets or sets the height of a floating object.  
public MethodisLockedGets or sets whether this floating object is locked.  
public MethodisSelectedGets or sets whether this floating object is selected.  
public MethodisVisibleGets or sets whether this floating object is visible.  
public MethodnameGets the name of the floating object.  
public MethodpositionGets or sets the position of a floating object.  
public MethodstartColumnGets or sets the starting column index of the floating object position.  
public MethodstartColumnOffsetGets or sets the offset relative to the start column of the floating object.  
public MethodstartRowGets or sets the starting row index of the floating object position.  
public MethodstartRowOffsetGets or sets the offset relative to the start row of the floating object.  
public MethodwidthGets or sets the width of a floating object.  
Top
See Also

Reference

GcSpread.Sheets Namespace
Creating Custom Floating Objects

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.