Spread.Sheets
fromJSON メソッド
逆シリアル化されたセル型のデータ。
指定したJSON文字列からオブジェクト状態をロードします。
シンタックス
Javascript (Usage) 
var instance = new GC.Spread.Sheets.CellTypes.Base();
var value; // Type: any
value = instance.fromJSON(settings);
Javascript (Specification) 
function fromJSON( 
   settings : Object
) : any;

パラメータ

settings
逆シリアル化されたセル型のデータ。

関連トピック

参照

Base タイプ

 

 


© 2016-2017, GrapeCity inc. All rights reserved.