멀티라인그리드 » Api
getcolumnhostdataincludedot
Description
특정 컬럼 hostdata_includedot속성값을 반환하는 API입니다.
Parameters
Parameters |
Type |
Description |
nSubRow |
short |
서브로우 인덱스 |
nColumn |
short |
Column Index |
Return Value
Type |
Description |
BOOL |
hostdata_includedot 속성값 |
Example
function btn_on_mouseup()
{
var bHostDataIncludeDot = treegrid.getcolumnhostdataincludedot(0, 1);
if(bHostDataIncludeDot == true) {
factory.consoleprint("hostdata_includedot 속성 켜짐");
} else {
factory.consoleprint("hostdata_includedot 속성 꺼짐");
}
}
See Also
setcolumnhostdataincludedot
Viewer Ver.
9.1.1.1
Update Date
20211224