var instance = new GC.Spread.Sheets.Shapes.ConnectorShape(worksheet, name, connectorType, beginX, beginY, endX, endY); var value; // Type: ConnectorType value = instance.type();
function type() : ConnectorType;
Return Value
returns the connector type of the shape.