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


In This Topic
Callout Property (IShape)
In This Topic
Gets an ICalloutFormat object that contains callout formatting properties for the specified shape. Applies to a IShape object that represent line callouts.
Syntax
'Declaration
 
ReadOnly Property Callout As ICalloutFormat
 
'Usage
 
Dim instance As IShape
Dim value As ICalloutFormat
 
value = instance.Callout

Property Value

The ICalloutFormat object.
See Also