GcSpread.Sheets Namespace > Sheet type : selectionBackColor Method |
var instance = new GcSpread.Sheets.Sheet(name); var returnValue; // Type: Object returnValue = instance.selectionBackColor(value);
function selectionBackColor( value : string ) : Object;
activeSheet.selectionBackColor("Accent 6"); activeSheet.selectionBorderColor("Accent 1")
activeSheet.selectionBackColor("rgba(204,255,51, 0.3)");