SpreadJS Documentation
showDragDropTip Method
Whether to display the drag-drop tip.
Gets or sets a value indicating whether to display the drag-drop tip.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var returnValue; // Type: boolean
returnValue = instance.showDragDropTip(value);
function showDragDropTip( 
   value : boolean
) : boolean;

Parameters

value
Whether to display the drag-drop tip.

Return Value

The setting that represents whether to display the drag-drop tip.
Example
This example uses the showDragDropTip method.
spread.showDragDropTip(true);
spread.showDragFillTip(true);
spread.showScrollTip(GcSpread.Sheets.ShowScrollTip.Both);
spread.showResizeTip(GcSpread.Sheets.ShowResizeTip.Both);
Remarks
The default value is true.
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.