Spread WinForms 15
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)

Parameters

connector
See Also