'Declaration
Public Enum FormatOptions Inherits System.Enum
'Usage
Dim instance As FormatOptions
public enum FormatOptions : System.Enum
'Declaration
Public Enum FormatOptions Inherits System.Enum
'Usage
Dim instance As FormatOptions
public enum FormatOptions : System.Enum
Member | 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. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.FormatOptions