Spread.Sheets Documentation
JSON API Changes

The following table lists JSON changes:

V10 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:

V10 V9

GC.Spread.Sheets.VisualState = {

normal,

highlight,

selected,

active,

hover

}

GcSpread.Sheets.VisualState {

Normal,

Highlight,

Selected,

Active,

Hover

}

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.