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


MsoPathType Enumeration
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
Members
MemberDescription
ClientEscape 
Close 
CurveTo 
End 
Escape 
LineTo 
MoveTo 
Inheritance Hierarchy

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

See Also