Spread WinForms 15
FarPoint.Excel Assembly / FarPoint.Excel Namespace / MsoShapePath Enumeration


MsoShapePath Enumeration
MsoShapePath
Syntax
'Declaration
 
Public Enum MsoShapePath 
   Inherits System.Enum
 
'Usage
 
Dim instance As MsoShapePath
Members
MemberDescription
MSO_SHAPE_COMPLEXpSegmentInfo must be non-empty
MSO_SHAPE_CURVESA line of Bezier curve segments
MSO_SHAPE_CURVES_CLOSEDA closed shape with curved edges
MSO_SHAPE_LINESA line of straight segments
MSO_SHAPE_LINES_CLOSEDA closed polygonal object
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         FarPoint.Excel.MsoShapePath

See Also