Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatOption Enumeration


In This Topic
    FormatOption Enumeration
    In This Topic
    Indicates which style type will be performed.
    Syntax
    'Declaration
     
    
    Public Enum FormatOption 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As FormatOption
    public enum FormatOption : System.Enum 
    Members
    MemberDescription
    AlignmentChanging the alignment.
    BorderChanging the border.
    BuiltInStyleChanging the BuiltIn Style.
    FillChanging the fill.
    FontChanging the font.
    IndentChanging the indent.
    NumberFormatChanging the number format.
    WrapTextChanging the wraptext.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Commands.FormatOption

    See Also