Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / PathFormat Enumeration


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