GcSpread.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.showDragDropTip(true); spread.showDragFillTip(true); spread.showScrollTip(GcSpread.Sheets.ShowScrollTip.Both); spread.showResizeTip(GcSpread.Sheets.ShowResizeTip.Both);
Object
GcSpread.Sheets.ShowScrollTip