SetMousePointer (core method)

시트 내에서의 마우스 커서 모양을 설정 합니다.

Syntax

ObjId.SetMousePointer(cursor);

Info

Parameter Type Required Description
cursor String 필수 마우스 커서값
- default : 기본 모양
- hand : 포인터 모양

Returns

none

Example

// 마우스 커서를 포인터로 설정
mySheet.SetMousePointer("hand"));

Since

version desc
7.0.0.0