Spread.Sheets Documentation
FormatterBase type
GC.Spread.Formatter Namespace : FormatterBase type
Represents a custom formatter with the specified format string.
Syntax
var instance = new GC.Spread.Formatter.FormatterBase(format, cultureName);
function FormatterBase;
Inheritance Hierarchy

Object
   GC.Spread.Formatter.FormatterBase

Constructors
 NameDescription
public ConstructorRepresents a custom formatter with the specified format string.  
Top
Fields
 NameDescription
public FieldRepresents the type name string used for supporting serialization.  
Top
Methods
 NameDescription
public MethodFormats the specified object as a string with a conditional color. This function should be overwritten.  
public MethodLoads the object state from the specified JSON string.  
public MethodParses the specified text. This function should be overwritten.  
public MethodSaves the object state to a JSON string.  
Top
See Also

Reference

GC.Spread.Formatter Namespace