SpreadJS Documentation
grayAreaBackColor Method
The color string.
Gets or sets a color string used to represent the background color of the gray area , such as "red", "#FFFF00", "rgb(255,0,0)", "Accent 5", and so on.
Syntax
var instance = new GcSpread.Sheets.Spread(host, options);
var returnValue; // Type: Object
returnValue = instance.grayAreaBackColor(value);
function grayAreaBackColor( 
   value : string
) : Object;

Parameters

value
The color string.

Return Value

The color string used to represent the background color of the gray area.
Example
This example sets the background color and the gray area background color.
spread.backColor("green");
spread.grayAreaBackColor("Accent 2");
This example sets the gray area background color.
activeSpread.grayAreaBackColor("red");
Remarks
The default value is "gray."
See Also

Reference

Spread type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.