TabStop이 설정된 경우 시트의 탭 순서의 위치를 명시하기 위해Tabindex를 설정할 수 있습니다.
number
| Value | Description |
|---|---|
number |
TabIndex 설정한 값 |
options.Cfg = {
TabIndex: 5, // 시트가 5번째 tabindex 를 갖도록 설정
};
| product | version | desc |
|---|---|---|
| core | 8.0.0.0 | 기능 추가 |