var instance = new GC.Spread.Sheets.FloatingObjects.FloatingObjectCollection(sheet, typeName);
function FloatingObjectCollection;
var instance = new GC.Spread.Sheets.FloatingObjects.FloatingObjectCollection(sheet, typeName);
function FloatingObjectCollection;
Object
GC.Spread.Sheets.FloatingObjects.FloatingObjectCollection
Name | Description | |
---|---|---|
FloatingObjectCollection Constructor | Represents a floating object manager that managers all floating objects in a sheet. |
Name | Description | |
---|---|---|
add | Adds 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. | |
all | Gets all of the floating objects in the sheet. | |
clear | Removes all floating objects in the sheet. | |
get | Gets a floating object from the sheet by the indicate name. | |
remove | Removes a floating object from the sheet by the indicate name. | |
zIndex | Gets or sets the z-index of floating object. |