Spread.Sheets Documentation
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

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.