Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / CellStyleCommand.IncludeStyle Enumeration


In This Topic
    CellStyleCommand.IncludeStyle Enumeration
    In This Topic
    Indicates whether the style includes the format property.
    Syntax
    'Declaration
     
    
    Public Enum CellStyleCommand.IncludeStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As CellStyleCommand.IncludeStyle
    public enum CellStyleCommand.IncludeStyle : System.Enum 
    Members
    MemberDescription
    AlignmentThe style includes the alignment property.
    AllThe style includes all properties.
    BorderThe style includes the GrapeCity.Spreadsheet.IBorder.Color property.
    FontThe style includes the font property.
    NoneThe style includes no property.
    NumberThe style includes the GrapeCity.Spreadsheet.NumberFormat property.
    PatternsThe style includes the interior property.
    ProtectionThe style includes the protection property.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Commands.CellStyleCommand.IncludeStyle

    See Also