Spread.Sheets Documentation
FloatingObjectCollection type
GC.Spread.Sheets.FloatingObjects Namespace : FloatingObjectCollection type
Represents a floating object manager that managers all floating objects in a sheet.
Syntax
var instance = new GC.Spread.Sheets.FloatingObjects.FloatingObjectCollection(sheet, typeName);
function FloatingObjectCollection;
Inheritance Hierarchy

Object
   GC.Spread.Sheets.FloatingObjects.FloatingObjectCollection

Constructors
 NameDescription
public ConstructorRepresents a floating object manager that managers all floating objects in a sheet.  
Top
Methods
 NameDescription
public MethodAdds a floating object to the sheet. The arguments has 2 modes. If there is 1 parameter, the parameter is floatingObject which is a GC.Spread.Sheets.FloatingObjects.FloatingObject type. If there are 6 parameters, the parameters are name, src, x, y, width, and height.  
public MethodGets all of the floating objects in the sheet.  
public MethodRemoves all floating objects in the sheet.  
public MethodGets a floating object from the sheet by the indicate name.  
public MethodRemoves a floating object from the sheet by the indicate name.  
public MethodGets or sets the z-index of floating object.  
Top
See Also

Reference

GC.Spread.Sheets.FloatingObjects Namespace