SpreadJS Documentation
cutCopyIndicatorVisible Method
Whether to display an indicator when copying or cutting the selected item.
Gets or sets whether to display an indicator when copying or cutting the selected item.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var returnValue; // Type: Object
returnValue = instance.cutCopyIndicatorVisible(value);
function cutCopyIndicatorVisible( 
   value : boolean
) : Object;

Parameters

value
Whether to display an indicator when copying or cutting the selected item.

Return Value

true to display an indicator when the user is copying or cutting the selected item; otherwise, false.
Example
This example specifies an indicator that is displayed after a copy or cut.
spread.cutCopyIndicatorVisible(true);
spread.cutCopyIndicatorBorderColor("red");
Remarks
The default value is true.
See Also

Reference

Spread type
Using Clipboard Operations

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.