Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / Shape Class / Connectors Property


In This Topic
Connectors Property
In This Topic
Syntax
'Declaration
 
Public ReadOnly Property Connectors As IReadonlyArray(Of ConnectionShape)
 
'Usage
 
Dim instance As Shape
Dim value As IReadonlyArray(Of ConnectionShape)
 
value = instance.Connectors
See Also