GcSpread.Sheets Namespace > Spread type : canUserDragFill Method |
var instance = new GcSpread.Sheets.Spread(host, options); var returnValue; // Type: Object returnValue = instance.canUserDragFill(value);
function canUserDragFill( value : boolean ) : Object;
true
if the user is allowed to drag fill; otherwise, false
.spread.canUserDragFill(true); spread.canUserDragDrop(true);