SpreadJS Documentation
selectionBorderColor Method
The selection's border color for the sheet.
Gets or sets the selection's border color for the sheet.
Syntax
var instance = new GcSpread.Sheets.Sheet(name);
var returnValue; // Type: Object
returnValue = instance.selectionBorderColor(value);
function selectionBorderColor( 
   value : string
) : Object;

Parameters

value
The selection's border color for the sheet.

Return Value

The selection's border color for the sheet.
Example
This example sets the border color for the selected cell or cells.
activeSheet.selectionBorderColor("#FFFF00");
Remarks
The default value is black.
See Also

Reference

Sheet type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.