GcSpread.Sheets Namespace > Spread type : cutCopyIndicatorVisible Method |
var instance = new GcSpread.Sheets.Spread(host, options); var returnValue; // Type: Object returnValue = instance.cutCopyIndicatorVisible(value);
function cutCopyIndicatorVisible( value : boolean ) : Object;
true
to display an indicator when the user is copying or cutting the selected item; otherwise, false
.spread.cutCopyIndicatorVisible(true); spread.cutCopyIndicatorBorderColor("red");