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


In This Topic
    ChartSheetType Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum ChartSheetType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ChartSheetType
    public enum ChartSheetType : System.Enum 
    Members
    MemberDescription
    ChartSheet 
    EmbeddedChartSheet 
    None 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Excel.ChartSheetType

    See Also