Spread Windows Forms 17
FarPoint.Excel Assembly / FarPoint.Excel Namespace / MsoShapePath Enumeration


In This Topic
    MsoShapePath Enumeration
    In This Topic
    MsoShapePath
    Syntax
    'Declaration
     
    
    Public Enum MsoShapePath 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MsoShapePath
    public enum MsoShapePath : System.Enum 
    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