Spread.Sheets Documentation
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 ConstructorFormatterBase ConstructorRepresents a custom formatter with the specified format string.  
Top
Fields
 NameDescription
public FieldtypeNameRepresents the type name string used for supporting serialization.  
Top
Methods
 NameDescription
public MethodformatFormats the specified object as a string with a conditional color. This function should be overwritten.  
public MethodfromJSONLoads the object state from the specified JSON string.  
public MethodparseParses the specified text. This function should be overwritten.  
public MethodtoJSONSaves the object state to a JSON string.  
Top
See Also

Reference

GC.Spread.Formatter Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.