You can display tooltips when resizing or scrolling in the control or when dragging or moving data.
The following image displays a scroll tip.
The drag drop tip display is different depending on the setting of the referenceStyle property in the Workbook method. The following image displays the A1 reference style for the drag drop tip.
The following image displays a drag drop tip.
This example displays tooltips.
JavaScript |
Copy Code
|
---|---|
spread.options.showDragDropTip = true; spread.options.showDragFillTip = true; spread.options.showScrollTip = GC.Spread.Sheets.ShowScrollTip.Both; spread.options.showResizeTip = GC.Spread.Sheets.ShowResizeTip.Both; |