[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IShape.Connector

Connector Property

Connector

Returns whether the specified shape is a connector.

Use this property to determine whether connector-specific APIs such as ConnectorFormat apply to the shape.

Declaration
bool Connector { get; }
ReadOnly Property Connector As Boolean
Examples
IShape shape = worksheet.Shapes.AddConnector(ConnectorType.Straight, 20, 20, 120, 60);
bool isConnector = shape.Connector;