SpreadJS Documentation
style Method
GC.Spread.Sheets.Shapes Namespace > ConnectorShape type : style Method
The connector shape style.
Gets or sets the style of the connector shape.
Syntax
var instance = new GC.Spread.Sheets.Shapes.ConnectorShape(worksheet, name, connectorType, beginX, beginY, endX, endY);
var returnValue; // Type: any
returnValue = instance.style(value);
function style( 
   value : ShapeStyle
) : any;

Parameters

value
The connector shape style.
See Also

Reference

ConnectorShape type