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


In This Topic
    LineDashType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum LineDashType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LineDashType
    public enum LineDashType : System.Enum 
    Members
    MemberDescription
    dash 
    dashDot 
    dot 
    lgDash 
    lgDashDot 
    lgDashDotDot 
    solid 
    sysDash 
    sysDashDot 
    sysDashDotDot 
    sysDot 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Excel.LineDashType

    See Also