|  | @@ -75,12 +75,13 @@ let projectGljObject={
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      initProjectGljSheet:function () {
 | 
	
		
			
				|  |  |          this.projectGljSheet = this.projectGljSpread .getSheet(0);
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  |          this.initSheet(this.projectGljSheet,this.projectGljSetting);
 | 
	
		
			
				|  |  |          this.projectGljSheet.bind(GC.Spread.Sheets.Events.SelectionChanged,this.onProjectGljSelectionChange);
 | 
	
		
			
				|  |  |          this.projectGljSheet.bind(GC.Spread.Sheets.Events.EditStarting,this.onProjectGljEditStarting);
 | 
	
		
			
				|  |  |          this.projectGljSheet.name('projectGljSheet');
 | 
	
		
			
				|  |  |          //this.projectGljSheet.setRowHeight(0, 36, 1);
 | 
	
		
			
				|  |  | +        this.projectGljSheet.options.frozenlineColor = '#ababab';
 | 
	
		
			
				|  |  | +        this.projectGljSheet.frozenColumnCount(this.projectGljSetting.frozenCols);
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      initMixRatio:function () {
 | 
	
		
			
				|  |  |          let me = projectGljObject;
 |