Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / SelectConnector Method


In This Topic
    SelectConnector Method
    In This Topic
    Select all the connectors of the drawingObject
    Syntax
    'Declaration
     
    
    Public Sub SelectConnector( _
       ByVal connector As Shape _
    ) 
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim connector As Shape
     
    instance.SelectConnector(connector)
    public void SelectConnector( 
       Shape connector
    )

    Parameters

    connector
    See Also