멀티라인그리드 » Api
getcolumnbargaugebarbackcolor
Description
그리드 특정 컬럼의 bargauge_bar_backcolor 색을 반환하는 API이다.
Parameters
Parameters |
Type |
Description |
nSubRow |
short |
서브로우 인덱스 |
nColumn |
short |
컬럼 인덱스 |
Return Value
Type |
Description |
COLOR |
bargauge_bar_backcolor 색상 |
Remark
* RGB 값이 아닌 COLOR 값이 리턴된다.
Example
function btn_on_mouseup()
{
// 그리드 0번째 인덱스 배경색을 구해서
// 그리드 2번째 인덱스 배경색으로 지정
grd.setcolumnbargaugebarbackcolor(0, 2, grd.getcolumnbargaugebarbackcolor(0, 0));
}
See Also
setcolumnbargaugebarbackcolor
Viewer Ver.
9.1.1.1
Update Date
20190722