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


In This Topic
    MsoPathType Enumeration
    In This Topic
    The MSOPATHTYPE Enumeration specifies how the individual pieces of a path SHOULD be interpreted.
    Syntax
    'Declaration
     
    
    Public Enum MsoPathType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As MsoPathType
    public enum MsoPathType : System.Enum 
    Members
    MemberDescription
    ClientEscape 
    Close 
    CurveTo 
    End 
    Escape 
    LineTo 
    MoveTo 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Excel.MsoPathType

    See Also