SpreadJS Documentation
IsDefaultFormat Method
Gets a value that indicates whether this formatter is the default formatter.
Syntax
var instance = new GcSpread.Sheets.GeneralFormatter(format, formatMode, cultureName);
var value; // Type: boolean
value = instance.IsDefaultFormat();
function IsDefaultFormat() : boolean;

Return Value

true if this formatter is the default formatter; otherwise, false.
See Also

Reference

GeneralFormatter class

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.