SpreadJS Documentation
CustomFloatingObject class
Represents a custom floating object.
Syntax
var instance = new GcSpread.Sheets.CustomFloatingObject(name, x, y, width, height);
function CustomFloatingObject;
Inheritance Hierarchy

Object
   GcSpread.Sheets.FloatingObject
      GcSpread.Sheets.CustomFloatingObject

Constructors
 NameDescription
public ConstructorCustomFloatingObject ConstructorRepresents a custom floating object.  
Top
Methods
 NameDescription
public MethodallowMove (Inherited from GcSpread.Sheets.FloatingObject)
public MethodallowResize (Inherited from GcSpread.Sheets.FloatingObject)
public MethodcloneContentGets a copy of the current content of the instance.  
public MethodContentGets or sets the content of the custom floating object.  
public MethoddynamicMove (Inherited from GcSpread.Sheets.FloatingObject)
public MethoddynamicSize (Inherited from GcSpread.Sheets.FloatingObject)
public MethodendColumn (Inherited from GcSpread.Sheets.FloatingObject)
public MethodendColumnOffset (Inherited from GcSpread.Sheets.FloatingObject)
public MethodendRow (Inherited from GcSpread.Sheets.FloatingObject)
public MethodendRowOffset (Inherited from GcSpread.Sheets.FloatingObject)
public MethodfixedPosition (Inherited from GcSpread.Sheets.FloatingObject)
public Methodheight (Inherited from GcSpread.Sheets.FloatingObject)
public MethodisLocked (Inherited from GcSpread.Sheets.FloatingObject)
public MethodisSelected (Inherited from GcSpread.Sheets.FloatingObject)
public MethodisVisible (Inherited from GcSpread.Sheets.FloatingObject)
public Methodname (Inherited from GcSpread.Sheets.FloatingObject)
public Methodposition (Inherited from GcSpread.Sheets.FloatingObject)
public MethodstartColumn (Inherited from GcSpread.Sheets.FloatingObject)
public MethodstartColumnOffset (Inherited from GcSpread.Sheets.FloatingObject)
public MethodstartRow (Inherited from GcSpread.Sheets.FloatingObject)
public MethodstartRowOffset (Inherited from GcSpread.Sheets.FloatingObject)
public Methodwidth (Inherited from GcSpread.Sheets.FloatingObject)
Top
See Also

Reference

GcSpread.Sheets Namespace
Creating Custom Floating Objects

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.