Spread Windows Forms 13.0 Product Documentation
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FormatCells.FormatCellsTab Enumeration


In This Topic
    FormatCells.FormatCellsTab Enumeration
    In This Topic
    Represents the tabs of the format cell form.
    Syntax
    'Declaration
     
    Public Enum FormatCells.FormatCellsTab 
       Inherits System.Enum
    'Usage
     
    Dim instance As FormatCells.FormatCellsTab
    public enum FormatCells.FormatCellsTab : System.Enum 
    Members
    MemberDescription
    Alignment The text alignment tab.
    Border The border tab.
    Fill The fill tab.
    Font The text font tab.
    Number The number tab.
    Protection The protection tab.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Spread.FormatCells.FormatCellsTab

    See Also