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