SpreadJS Documentation
FormatMode Method
The format mode for this formatter.
Gets the format mode for this formatter.
Syntax
var instance = new GcSpread.Sheets.GeneralFormatter(format, formatMode, cultureName);
var returnValue; // Type: FormatMode
returnValue = instance.FormatMode(value);
function FormatMode( 
   value : FormatMode
) : FormatMode;

Parameters

value
The format mode for this formatter.

Return Value

The format mode for this formatter. The default value is FormatMode.CustomMode.
See Also

Reference

GeneralFormatter class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.