GC.Spread.Sheets Namespace : ShowScrollTip Enumeration |
Member | Description |
---|---|
both | Specifies that horizontal and vertical scroll tips are displayed. |
horizontal | Specifies that only the horizontal scroll tip is displayed. |
none | Specifies that no scroll tip is displayed. |
vertical | Specifies that only the vertical scroll tip is displayed. |
spread.options.showDragDropTip = true; spread.options.showDragFillTip = true; spread.options.showScrollTip = GC.Spread.Sheets.ShowScrollTip.both; spread.options.showResizeTip = GC.Spread.Sheets.ShowResizeTip.both;
Object
GC.Spread.Sheets.ShowScrollTip