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


In This Topic
    LineCapType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum LineCapType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LineCapType
    public enum LineCapType : System.Enum 
    Members
    MemberDescription
    flat 
    rnd 
    sq 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Excel.LineCapType

    See Also