Spread Windows Forms 15.0
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
    AlignmentThe text alignment tab.
    BorderThe border tab.
    ColorsLinesThe color and lines tab.
    FillThe fill tab.
    FontThe text font tab.
    MarginsThe margins tab.
    NumberThe number tab.
    PropertiesThe properties tab.
    ProtectionThe protection tab.
    SizeThe size tab.
    Inheritance Hierarchy

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

    See Also