SpreadJS Documentation
backColor Method
The column's background color.
Gets or sets the background color for the column, such as "red", "#FFFF00", "rgb(255,0,0)", "Accent 5", and so on.
Syntax
var instance = new GcSpread.Sheets.Column(sheet, index, sheetArea);
var returnValue; // Type: string
returnValue = instance.backColor(value);
function backColor( 
   value : string
) : string;

Parameters

value
The column's background color.

Return Value

The column's background color.
Example
This example sets the backcolor.
activeSheet.getColumn(3).backColor("pink");
See Also

Reference

Column type

 

 


Copyright © GrapeCity, inc. All rights reserved.

Send comments on this topic.