[]
Specifies how the scroll tip is displayed.
example
//This example displays both resize tips.
spread.options.showDragDropTip = true;
spread.options.showDragFillTip = true;
spread.options.showScrollTip = GC.Spread.Sheets.ShowScrollTip.both;
spread.options.showResizeTip = GC.Spread.Sheets.ShowResizeTip.both;
• both = 3
Specifies that horizontal and vertical scroll tips are displayed.
• horizontal = 1
Specifies that only the horizontal scroll tip is displayed.
• none = 0
Specifies that no scroll tip is displayed.
• vertical = 2
Specifies that only the vertical scroll tip is displayed.