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

Object
   GC.Spread.Sheets.FloatingObjects.FloatingObject
      GC.Spread.Sheets.FloatingObjects.Picture

Constructors
 NameDescription
public ConstructorFloatingObject ConstructorRepresents a floating object.  
Top
Fields
 NameDescription
public FieldtypeNameRepresents the type name string used for supporting serialization.  
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 MethodcloneContentGets a copy of the current content of the instance.  
public MethodcontentGets or sets the content of the custom 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 MethodgetHostGets the dom host of the custom content.  
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 MethodrefreshContentRefresh the content in floatingObject.The user should override this method to make their content synchronize with the floatingObject.  
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.  
public MethodxGets or sets the horizontal location of the floating object.  
public MethodyGets or sets the vertical location of the floating object.  
Top
See Also

Reference

GC.Spread.Sheets.FloatingObjects Namespace
Creating Custom Floating Objects

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.