| GC.Spread.Formatter 名前空間 > FormatterBase タイプ : fromJSON メソッド |
| Javascript (Usage) | |
|---|---|
var instance = new GC.Spread.Formatter.FormatterBase(format, cultureName); var value; // Type: any value = instance.fromJSON(settings); | |
| Javascript (Specification) | |
|---|---|
function fromJSON( settings : Object ) : any; | |