[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.IConnectorFormat.Type

Type Property

Type

Gets or sets the connector format type.

Declaration
ConnectorType Type { get; set; }
Property Type As ConnectorType
Examples
IShape connector = worksheet.Shapes.AddConnector(ConnectorType.Curve, 20, 20, 180, 120);
ConnectorType type = connector.ConnectorFormat.Type;