GcSpread.Sheets Namespace > Spread type : allowSheetReorder Method |
var instance = new GcSpread.Sheets.Spread(host, options); var returnValue; // Type: Object returnValue = instance.allowSheetReorder(value);
function allowSheetReorder( value : boolean ) : Object;
true
if the user can reorder the sheets; otherwise, false
.spread.allowSheetReorder(true);