SpreadJS Documentation
canUserDragFill Method
Whether to allow the user to drag fill a range.
Gets or sets whether to allow the user to drag fill a range of cells.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var returnValue; // Type: Object
returnValue = instance.canUserDragFill(value);
function canUserDragFill( 
   value : boolean
) : Object;

Parameters

value
Whether to allow the user to drag fill a range.

Return Value

true if the user is allowed to drag fill; otherwise, false.
Example
This example uses the canUserDragFill method.
spread.canUserDragFill(true);
spread.canUserDragDrop(true);
Remarks
The default value is true.
See Also

Reference

Spread type
Using Drag Fill

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.