Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / StyleFormatApplyment Enumeration


In This Topic
    StyleFormatApplyment Enumeration
    In This Topic
    Syntax
    'Declaration
     
    
    Public Enum StyleFormatApplyment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As StyleFormatApplyment
    public enum StyleFormatApplyment : System.Enum 
    Members
    MemberDescription
    AlignmentIndicates whether the alignment formatting specified should be applied.
    AllIndicates that all formatting should be applied.
    BorderIndicates whether the border formatting specified should be applied.
    FillIndicates whether the fill formatting specified should be applied.
    FontIndicates whether the font formatting specified should be applied.
    NoneIndicates that no formatting should be applied.
    NumberFormatIndicates whether the number formatting specified should be applied.
    ProtectionIndicates whether the protection formatting specified should be applied.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.StyleFormatApplyment

    See Also