var instance = new GC.Spread.Sheets.FloatingObjects.FloatingObject(name, x, y, width, height); var returnValue; // Type: any returnValue = instance.name(value);
function name( value : string ) : any;
Parameters
- value
- The name of the floating object.
Return Value
If no value is set, returns the name of the floating object; otherwise, returns the floating object.