var instance = new GC.Spread.Sheets.CellTypes.Base(); var value; // Type: any value = instance.fromJSON(settings);
function fromJSON( settings : Object ) : any;
パラメータ
- settings
- 逆シリアル化されたセル型のデータ。
var instance = new GC.Spread.Sheets.CellTypes.Base(); var value; // Type: any value = instance.fromJSON(settings);
function fromJSON( settings : Object ) : any;