[]
Returns whether the specified shape is a connector.
Use this property to determine whether connector-specific APIs such as ConnectorFormat apply to the shape.
bool Connector { get; }
ReadOnly Property Connector As Boolean
IShape shape = worksheet.Shapes.AddConnector(ConnectorType.Straight, 20, 20, 120, 60);
bool isConnector = shape.Connector;