[]
        
Represents advanced options for formatting value to text.
[Flags]
public enum FormatOptions : byte
  <Flags>
Public Enum FormatOptions As Byte
  | Name | Description | 
|---|---|
| Date1904 | Indicates that the date system used to convert a date from/to a serial value starts since 1/1/1904.  | 
      
| Editing | Indicates that the value is formatted for editing.  | 
      
| ExcelCompatible | Indicates that formatting serial numeric value as date will be compatible with Excel.  | 
      
| None | Indicates that no additional options should be used when formatting a value.  | 
      
| RepeatChar | Indicates that the repeat character information will be included  | 
      
| Space | Indicates that the space details information, which is created by '_' symbol, will be returned.  |