Spread Windows Forms 12.0 Product Documentation
FormatOptions Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace : FormatOptions Enumeration
Represents advanced options for formatting value to text.
Syntax
'Declaration
 
Public Enum FormatOptions 
   Inherits System.Enum
'Usage
 
Dim instance As FormatOptions
public enum FormatOptions : System.Enum 
Members
MemberDescription
Date1904Indicates that the date system used to convert a date from/to a serial value starts since 1/1/1904.
EditingIndicates that the value is formatted for editing.
ExcelCompatibleIndicates that formatting serial numeric value as date will be compatible with Excel.
NoneIndicates that no additional options should be used when formatting a value.
RepeatCharIndicates that the repeat character information will be included
SpaceIndicates that the space details information, which is created by '_' symbol, will be returned.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.FormatOptions

See Also

Reference

GrapeCity.Spreadsheet Namespace