멀티라인 그리드 특정 컬럼의 암호화 속성을 가져오는 API이다.
| Parameters | Type | Description | 
|---|---|---|
| nSubRow | short | 서브 로우 인덱스 | 
| nColumn | short | 컬럼 인덱스 | 
| Type | Description | 
|---|---|
| short | nEncrypt 상수값(*Remark 참조) | 
**nEncrypt 리턴값 상수 0:none 1:encrypt_des 2:encrypt_aes
function btn_getcolumnencrypt_on_mouseup()
{
	screen.alert(mgrdTest.getcolumnencrypt(0,1));
}