시트 내에서의 마우스 커서 모양을 설정 합니다.
ObjId.SetMousePointer(cursor);
Parameter | Type | Required | Description |
---|---|---|---|
cursor | String |
필수 | 마우스 커서값 - default : 기본 모양- hand : 포인터 모양 |
none
// 마우스 커서를 포인터로 설정
mySheet.SetMousePointer("hand"));
version | desc |
---|---|
7.0.0.0 |