SpreadJS Documentation
ShapeStyle Method
GC.Spread.Sheets Namespace > Shapes type : ShapeStyle Method
The style is an object that has same structure with a ShapeStyle instance, it is optional.
Represents a shape style.
Syntax
var value; // Type: any
value = GC.Spread.Sheets.Shapes.ShapeStyle(style);
function ShapeStyle( 
   style : Object
) : any;

Parameters

style
The style is an object that has same structure with a ShapeStyle instance, it is optional.
See Also

Reference

Shapes type