GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CalloutDropType Enumeration


CalloutDropType Enumeration
Specifies the starting position of the callout line relative to the text bounding box. Used with the PresetDrop method of the CalloutFormat object.
Syntax
'Declaration
 
Public Enum CalloutDropType 
   Inherits System.Enum
 
'Usage
 
Dim instance As CalloutDropType
Members
MemberDescription
BottomBottom
CenterCenter
CustomCustom.
TopTop
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.Drawing.CalloutDropType

See Also