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


In This Topic
ConnectionSiteCount Property (IShape)
In This Topic
Gets the number of connection sites on the specified shape.
Syntax
'Declaration
 
ReadOnly Property ConnectionSiteCount As Integer
 
'Usage
 
Dim instance As IShape
Dim value As Integer
 
value = instance.ConnectionSiteCount

Property Value

The number of connection sites.
See Also