| Spread.Sheets > 開発者の手引き > はじめに > [No Target Defined] > JSON API比較 |
次の表は、JSONに関する変更点の一覧を示します。
| SpreadJS | SpreadJS Classic |
|---|---|
| ワークブック | |
| allowUserDragDrop | allowDragDrop |
| allowUserDragFill | allowDragFill |
| ワークシート | |
| 該当APIなし | referenceStyle |
| 該当APIなし | allowUndo |
| 該当APIなし | allowEditorReservedLocations |
| protectionOptions | protectionOption |
| グループ | |
| showRowOutline | showRowRangeGroup |
| showColumnOutline | showColumnRangeGroup |
| rowOutlines | rowRangeGroup |
| columnOutlines | colRangeGroup |
| フォーマッタ | |
| 該当APIなし | formatModeType |
| FloatingObject | |
| typeName | floatingObjectType |
次の表は、VisualState列挙体の変更点を示します。
| SpreadJS | SpreadJS Classic |
|---|---|
|
GC.Spread.Sheets.VisualState = { normal, highlight, selected, active, hover } |
$.wijmo.wijspread.VisualState { Normal, Highlight, Selected, Active, Hover } |