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


In This Topic
    BarShape Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum BarShape 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BarShape
    public enum BarShape : System.Enum 
    Members
    MemberDescription
    Box 
    Cylinder 
    FullCone 
    FullPyramid 
    PartialCone 
    PartialPyramid 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Excel.BarShape

    See Also