Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ICalloutFormat Interface / Type Property


In This Topic
Type Property (ICalloutFormat)
In This Topic
Gets or sets the CalloutType value that represents the callout format type.
Syntax
'Declaration
 
Property Type As CalloutType
 
'Usage
 
Dim instance As ICalloutFormat
Dim value As CalloutType
 
instance.Type = value
 
value = instance.Type

Property Value

The CalloutType value that represents the callout format type.
See Also