Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / PathFormat Enumeration


PathFormat Enumeration
Syntax
'Declaration
 
Public Enum PathFormat 
   Inherits System.Enum
 
'Usage
 
Dim instance As PathFormat
Members
MemberDescription
NoneRepresents no format.
Type1Represents the Type1 format.
Type2Represents the Type2 format.
Type3Represents the Type3 format.
Type4Represents the Type4 format.
Inheritance Hierarchy

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

See Also