GcSpread.Sheets Namespace > Sheet type : frozenlineColor Method |
var instance = new GcSpread.Sheets.Sheet(name); var returnValue; // Type: Object returnValue = instance.frozenlineColor(value);
function frozenlineColor( value : string ) : Object;
activeSheet.setFrozenRowCount(1);
activeSheet.setFrozenColumnCount(1);
activeSheet.frozenlineColor("red");