SpreadJS Documentation
GeneralFormatter class
Represents a formatter with the specified format mode and format string.
Syntax
var instance = new GcSpread.Sheets.GeneralFormatter(format, formatMode, cultureName);
function GeneralFormatter;
Inheritance Hierarchy

Object
   GcSpread.Sheets.GeneralFormatter

Constructors
 NameDescription
public ConstructorGeneralFormatter ConstructorRepresents a formatter with the specified format mode and format string.  
Top
Fields
 NameDescription
public FieldPropertyChangedOccurs when a formatter property is changed.  
Top
Methods
 NameDescription
public MethodExcelCompatibleFormatStringGets the Excel-compatible format string.  
public MethodFormatFormats the specified object as a string with a conditional color.  
public MethodFormatModeGets the format mode for this formatter.  
public MethodFormatStringGets the format string for this formatter.  
public MethodGetFormatTypeGets the preferred formatter type for a specified object.  
public MethodGetPreferredDisplayFormatterGets the preferred display format string.  
public MethodGetPreferredEditingFormatterGets the preferred editing formatter.  
public MethodHasFormatedColorGets a value that indicates whether this formatted text contains a foreground color.  
public MethodIsDefaultFormatGets a value that indicates whether this formatter is the default formatter.  
public MethodParseParses the specified text.  
Top
See Also

Reference

GcSpread.Sheets Namespace

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.