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

Parameters

value
Whether to display the drag fill dialog.

Return Value

true if the drag fill dialog is displayed; otherwise, false.
Example
This example uses the showDragFillSmartTag method.
spread.showDragFillSmartTag(true);
See Also

Reference

Spread type
Using Drag Fill

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.