[]
Defines how the resize 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 resize tips are displayed.
• column = 1
Specifies that only the horizontal resize tip is displayed.
• none = 0
Specifies that no resize tip is displayed.
• row = 2
Specifies that only the vertical resize tip is displayed.