멀티라인그리드 » Api
getcolumnbuttontext
Description
그리드 칼럼의 button_text 속성값을 리턴한다.
Parameters
Parameters |
Type |
Description |
nSubRow |
short |
서브 로우 인덱스 |
nColumn |
short |
컬럼 인덱스 |
Return Value
Type |
Description |
BOOL |
button_text 속성값 |
Remark
Example
function btn_on_mouseup(objInst)
{
var strButtonText, bRet;
strButtonText = grd.getcolumnbuttontext(0, 0);
factory.consoleprint("strButtonText = " + strButtonText);
bRet = grd.setcolumnbuttontext(0, 0, strButtonText + "_NEW");
}
See Also
setcolumnbuttontext
Viewer Ver.
9.1.1.1
Update Date
20190711