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


In This Topic
    LineCompoundType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum LineCompoundType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LineCompoundType
    public enum LineCompoundType : System.Enum 
    Members
    MemberDescription
    dbl 
    sng 
    thickThin 
    thinThick 
    tri 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Excel.LineCompoundType

    See Also