특정 컬럼 hostdata_includedot속성값을 설정하는 API입니다.
| Parameters | Type | Description |
|---|---|---|
| nSubRow | short | 서브로우 인덱스 |
| nColumn | short | Column Index |
| bIncludeDot | BOOL | 포함 여부(true, false) |
| Type | Description |
|---|---|
| void |
function btn_on_mouseup()
{
grd.setcolumnhostdataincludedot(0, 1, true);
}