SpreadJS Documentation
Content Method
The content of the custom floating object.
Gets or sets the content of the custom floating object.
Syntax
var instance = new GcSpread.Sheets.CustomFloatingObject(name, x, y, width, height);
var returnValue; // Type: Object
returnValue = instance.Content(value);
function Content( 
   value : HTMLElement
) : Object;

Parameters

value
The content of the custom floating object.

Return Value

The content of the custom floating object.
See Also

Reference

CustomFloatingObject class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.