Spread.Sheets Documentation > Developer's Guide > Getting Started > API Changes > Formatter API Changes |
GeneralFormatter has been moved to GC.Spread.Formatter.GeneralFormatter. CustomFormatterBase has been changed to GC.Spread.Formatter.FormatterBase.
The following methods have been deleted:
The following API items have changed:
V9 | V10 |
---|---|
PropertyChanged (field) | REMOVED |
FormatMode | REMOVED |
GetFormatType | REMOVED |
Format | format |
FormatString | formatString |
GetPreferredDisplayFormatter | INTERNAL |
GetPreferredEditingFormatter | INTERNAL |
HasFormatedColor | INTERNAL |
Parse | parse |