getColIndex, getColByIndex, getFirstCol, getLastCol, getNextCol, getPrevCol해당 API들은 기본 기능이 보여지는 열을 기준으로 동작합니다.
해당 기능을true로 설정시, 위의API들은Col.Visible관계없이 동작합니다.
우선 순위는includeHideCol>GetColWithHide임으로,GetColWithHide를true로 설정 하여도includeHideCol을false로 설정시에는 보여지는 열을 기준으로 동작하게 할 수 있습니다.
boolean
| Value | Description |
|---|---|
0(false) |
기능 사용 안함 (default) |
1(true) |
getColIndex, getColByIndex, getFirstCol, getLastCol, getNextCol, getPrevCol- Col.Visible 상관없이 동작. |
//getColIndex, getColByIndex, getFirstCol, getLastCol, getNextCol, getPrevCol 해당 API들의 기능을 Visible 관계 없이 동작하도록 합니다.
options.Cfg = {
GetColWithHide: true
};
| product | version | desc |
|---|---|---|
| core | 8.0.0.11 | 기능 추가 |