SpreadJS Documentation
CustomFormatterBase type
Represents a custom formatter with the specified format string.
Syntax
var instance = new GcSpread.Sheets.CustomFormatterBase(format, cultureName);
function CustomFormatterBase;
Inheritance Hierarchy

Object
   GcSpread.Sheets.CustomFormatterBase

Constructors
 NameDescription
public ConstructorCustomFormatterBase 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

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.