var instance = new GC.Spread.Formatter.FormatterBase(format, cultureName);
function FormatterBase;
var instance = new GC.Spread.Formatter.FormatterBase(format, cultureName);
function FormatterBase;
Object
GC.Spread.Formatter.FormatterBase
| Name | Description | |
|---|---|---|
![]() | FormatterBase Constructor | Represents a custom formatter with the specified format string. |
| Name | Description | |
|---|---|---|
![]() | format | Formats the specified object as a string with a conditional color. This function should be overwritten. |
![]() | fromJSON | Loads the object state from the specified JSON string. |
![]() | parse | Parses the specified text. This function should be overwritten. |
![]() | toJSON | Saves the object state to a JSON string. |