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


In This Topic
    IsEndConnected Method
    In This Topic
    Gets a boolean value indicating whether the end of the specified connector is connected to a shape.
    Syntax
    'Declaration
     
    
    Public Function IsEndConnected() As Boolean
    'Usage
     
    
    Dim instance As ConnectionShape
    Dim value As Boolean
     
    value = instance.IsEndConnected()
    public bool IsEndConnected()

    Return Value

    true if the end of the specified connector is connected to a shape; otherwise, false.
    See Also