Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IConnectorFormat Interface
Properties Methods

In This Topic
    IConnectorFormat Interface Members
    In This Topic

    The following tables list the members exposed by IConnectorFormat.

    Public Properties
     NameDescription
     Property Gets whether the connector is connected to a shape (True if the beginning of the specified connector is connected to a shape).  
     PropertyReturns the IShape object that represents the shape that the beginning of the specified connector is attached to.  
     Property Returns an integer that specifies the connection site that the end of a connector is connected to.  
     Property Gets whether the end of the connector is connected to a shape (True if the end of the specified connector is connected to a shape).  
     PropertyReturns the IShape object that represents the shape that the end of the specified connector is attached to.  
     Property Returns an integer that specifies the connection site that the end of a connector is connected to.  
     Property Gets or sets the connector format type.  
    Top
    Public Methods
     NameDescription
     Method Attaches the beginning of the specified connector to a specified shape.  
     Method Detaches the beginning of the specified connector from the shape it’s attached to.  
     Method Attaches the end of the specified connector to a specified shape.  
     Method Detaches the end of the specified connector from the shape it’s attached to.  
    Top
    See Also