GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / IShape Interface / Connector Property


In This Topic
Connector Property (IShape)
In This Topic
Gets a value indicating whether this IShape is a connector.
Syntax
'Declaration
 
ReadOnly Property Connector As Boolean
 
'Usage
 
Dim instance As IShape
Dim value As Boolean
 
value = instance.Connector

Property Value

true if the specified shape is a connector; otherwise, false.
See Also