Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / FormatOption Enumeration


FormatOption Enumeration
Indicates which style type will be performed.
Syntax
'Declaration
 
Public Enum FormatOption 
   Inherits System.Enum
 
'Usage
 
Dim instance As FormatOption
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