f.SheetControl().Focus.toSectorCell()
f.SheetControl(fid, sector).Focus.toSectorCell(sector, ckey)
개요
toSectorCell()을 통해 시트 컨트롤의 특정 섹터가 연결된 행에 포커스를 설정합니다.
파라미터
파라미터명
필수여부
타입
제약사항
설명
sector
Sector
포커스를 줄 섹터
ckey
String
포커스를 줄 Ckey
예시
// sheetCategory의 activeSector 로 그리고 있는 행의 'key1'가 연결된 셀 포커스
f.SheetControl('f_10476').Focus.toSectorCell(_c.sheetCategory.activeSector. 'key1')
f.SheetControl('f_10476', _c.testCategory.activeSector).Focus.toSectorCell(_c.sheetCategory.active, 'key1')Last updated
Was this helpful?