Spread Windows Forms 17
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain.CellTypeEnum Enumeration


In This Topic
    DesignerMain.CellTypeEnum Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum DesignerMain.CellTypeEnum 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As DesignerMain.CellTypeEnum
    public enum DesignerMain.CellTypeEnum : System.Enum 
    Members
    MemberDescription
    BackGroundCellType 
    BarcodeCellType 
    ButtonCellType 
    CheckBoxCellType 
    ColorPickerCellType 
    ComboCellType 
    CurrencyCellType 
    DateTimeCellType 
    GeneralCellType 
    ImageCellType 
    LabelCellType 
    LinkCellType 
    ListBoxCellType 
    MaskCellType 
    MultiColumnComboBoxCellType 
    MultiOptionCellType 
    NumberCellType 
    PercentCellType 
    PluginCellType 
    ProgressCellType 
    RegExCellType 
    RichTextCellType 
    SliderCellType 
    TextCellType 
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.Design.DesignerMain.CellTypeEnum

    See Also