트리 그리드 특정 헤더의 수직 정렬을 설정하는 API이다.
Parameters | Type | Description |
---|---|---|
nHeaderRow | short | 로우 인덱스 |
nHeaderCol | short | 컬럼 인덱스 |
nVertAlign | short | 수직정렬 |
Type | Description |
---|---|
BOOL | 정상 적용 여부(true, false) |
반환하는값 **nVertAlign (수직정렬 속성값) 0 : top 1 : center 2 : bottom
function btn_on_mouseup()
{
tgrdTest.setheadervertalign(0, 1, 1);
}