getFocusedCol (method)

시트 내에 현재 포커스된 셀의 열이름을 반환합니다.

Syntax

string getFocusedCol();

Return Value

string : 열이름

Example

//현재 포커스된 셀의 열이름을 반환합니다.
var row = sheet.getFocusedCol();

Read More

Since

product version desc
core 8.0.0.0 기능 추가