Spread Windows Forms 15.0
FarPoint.Excel Assembly / FarPoint.Excel Namespace / ObjectKind Enumeration


In This Topic
    ObjectKind Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum ObjectKind 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ObjectKind
    public enum ObjectKind : System.Enum 
    Members
    MemberDescription
    AttachedLabel0x0002 AttachedLabel
    AttachedLabelRuleYMult Display units labels of the current axis.
    Axis0x0004 Axis
    AxisGroup0x0000 Axis Group
    ChartGroup0x0005 Chart Group
    Dat0x0006
    DataFormat0x000E DataFormat
    DFTTEXTRULEAn extended data label.
    DropBar0x000F DropBar
    FONTLISTRULEFont cache for a given application version.
    Frame0x0007 Frame
    Legend0x0009 Legend
    LegendException0x000A LegendException
    Series0x000C Series
    Sheet0x000D Sheet
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Excel.ObjectKind

    See Also