Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ConnectionShape Class / EndDisconnect Method


In This Topic
    EndDisconnect Method (ConnectionShape)
    In This Topic
    Detaches the end of the specified connector from the shape it's attached to.
    Syntax
    'Declaration
     
    
    Public Sub EndDisconnect() 
    'Usage
     
    
    Dim instance As ConnectionShape
     
    instance.EndDisconnect()
    public void EndDisconnect()
    Remarks
    This method doesn't alter the size or position of the connector: the end of the connector remains positioned at a connection site but is no longer connected.
    See Also