The following table lists JSON changes:
V11 | V9 |
---|---|
Workbook | |
allowUserDragDrop | allowDragDrop |
allowUserDragFill | allowDragFill |
Worksheet | |
REMOVED | referenceStyle |
REMOVED | allowUndo |
REMOVED | allowEditorReservedLocations |
protectionOptions | protectionOption |
Group | |
showRowOutline | showRowRangeGroup |
showColumnOutline | showColumnRangeGroup |
rowOutlines | rowRangeGroup |
columnOutlines | colRangeGroup |
Formatter | |
REMOVED | formatModeType |
FloatingObject | |
typeName | floatingObjectType |
The VisualState enumeration has changed to the following:
V11 | V9 |
---|---|
GC.Spread.Sheets.VisualState = { normal, highlight, selected, active, hover } |
GcSpread.Sheets.VisualState { Normal, Highlight, Selected, Active, Hover } |