트리그리드 » Api
  
setheaderexceltitle
  
Description
그리드 특정 헤더의 excel_title, excel_title_apply 속성을 설정하는 API이다.
  
  
Parameters
  
    
      | Parameters | 
      Type | 
      Description | 
    
  
  
        
    
        | nRow | 
        long | 
 	로우 인덱스 | 
      
    
    
        | nCol | 
        long | 
 	컬럼 인덱스 | 
      
    
    
        | strExcelTitle | 
        STRING | 
 	excel_title 속성값 (null/undefined인 경우, 값을 설정하지 않음) | 
      
    
    
        | nExcelTitleApply | 
        short | 
 	[옵션] excel_title_apply 속성값 (null/undefined 인 경우, 값을 설정하지 않음) | 
      
  
  
Return Value
  
    
      | Type | 
      Description | 
    
  
  
    
      | BOOL | 
      정상 처리 여부 | 
    
  
Example
function btnsetheadertext_on_mouseup()
{
    // 그리드 헤더 아이템(0,0)에 excel_title 속성값 설정
    grd.setheaderexceltitle(0, 0, "입금 금액"); 
}
  
See Also
getheaderexceltitle
getheaderexceltitleapply
  
Viewer Ver.
24.3.27.1
  
Update Date
 20240327