GetColWithHide (cfg)

getColIndex, getColByIndex, getFirstCol, getLastCol, getNextCol, getPrevCol 해당 API들은 기본 기능이 보여지는 열을 기준으로 동작합니다.
해당 기능을 true로 설정시, 위의 API들은 Col.Visible 관계없이 동작합니다.
우선 순위는 includeHideCol > GetColWithHide 임으로, GetColWithHidetrue로 설정 하여도 includeHideColfalse로 설정시에는 보여지는 열을 기준으로 동작하게 할 수 있습니다.

Type

boolean

Options

Value Description
0(false) 기능 사용 안함 (default)
1(true) getColIndex, getColByIndex, getFirstCol, getLastCol, getNextCol, getPrevCol- Col.Visible 상관없이 동작.

Example

//getColIndex, getColByIndex, getFirstCol, getLastCol, getNextCol, getPrevCol 해당 API들의 기능을 Visible 관계 없이 동작하도록 합니다.
options.Cfg = {
    GetColWithHide: true
};

Read More

Since

product version desc
core 8.0.0.11 기능 추가