SpreadJS Documentation
cutCopyIndicatorBorderColor Method
The indicator's border color.
Gets or sets the border color for the indicator displayed when the user cuts or copies the selection.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var returnValue; // Type: Object
returnValue = instance.cutCopyIndicatorBorderColor(value);
function cutCopyIndicatorBorderColor( 
   value : string
) : Object;

Parameters

value
The indicator's border color.

Return Value

The border color for the indicator displayed when the user cuts or copies the selection.
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 #217346.
See Also

Reference

Spread type
Using Clipboard Operations

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.