멀티라인그리드 » Api
  
getitemcustomprop
  
Description
그리드 특정 아이템의 특정 Custom 속성값을 반환한다.
  
  
Parameters
  
    
      | Parameters | 
      Type | 
      Description | 
    
  
  
        
    
        | nRow | 
        long | 
 	Row Index | 
      
    
    
        | nSubRow | 
        short | 
 	Sub Row Index | 
      
    
    
        | nColumn | 
        short | 
 	Column Index | 
      
    
    
        | strPropertyName | 
        STRING | 
 	속성 이름 | 
      
  
  
Return Value
  
    
      | Type | 
      Description | 
    
  
  
    
      | STRING | 
      속성값 또는 false 또는 null | 
    
  
Remark
* 함수 리턴값은 아래와 같다.
fasle: 파라미터가 유효하지 않은 경우,
null: 파라미터에 해당하는 아이템 속성이 정의되어 있지 않은 경우
value: 파라미터에 해당하는 아이템 속성 값
  
 
  
Example
function btn_on_mouseup()
{
    grd.setitemcustomprop(0, 0, 0, "custom_prop_a", "custom_prop_a_value");
	screen.alert(grd.getitemcustomprop(0, 0, 0, "custom_prop_a"));
}
  
See Also
setitemcustomprop
  
Viewer Ver.
25.4.22.1
  
Update Date
 20250422