Spread.Sheets Documentation
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 ConstructorFloatingObjectCollection ConstructorRepresents a floating object manager that managers all floating objects in a sheet.  
Top
Methods
 NameDescription
public MethodaddAdds 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, height.  
public MethodallGets all of the floating objects in the sheet.  
public MethodclearRemoves all floating objects in the sheet.  
public MethodgetGets a floating object from the sheet by the indicate name.  
public MethodremoveRemoves a floating object from the sheet by the indicate name.  
public MethodzIndexGets or sets the z-index of floating object.  
Top
See Also

Reference

GC.Spread.Sheets.FloatingObjects Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.