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

Parameters

value
Whether to display the drag-fill tip.

Return Value

The setting that represents whether to display the drag-fill tip.
Example
This example uses the showDragFillTip 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.