SpreadJS Documentation
FloatingObjectCollection Method
GC.Spread.Sheets Namespace > FloatingObjects type : FloatingObjectCollection Method
The worksheet.
The type name.
Represents a floating object manager that managers all floating objects in a sheet.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.FloatingObjects.FloatingObjectCollection(sheet, typeName);
function FloatingObjectCollection( 
   sheet : Worksheet,
   typeName : string
) : any;

Parameters

sheet
The worksheet.
typeName
The type name.
See Also

Reference

FloatingObjects type