_Application.Cursor 属性

定义

返回或设置 Microsoft Excel 中鼠标指针的外观。

public:
 property Microsoft::Office::Interop::Excel::XlMousePointer Cursor { Microsoft::Office::Interop::Excel::XlMousePointer get(); void set(Microsoft::Office::Interop::Excel::XlMousePointer value); };
public Microsoft.Office.Interop.Excel.XlMousePointer Cursor { get; set; }
Public Property Cursor As XlMousePointer

属性值

注解

XlMousePointer 可以是以下 XlMousePointer 常量之一:

xlDefault 默认指针。

xlIBeam I 型指针。

xlNorthwestArrow 西北箭头指针。

xlWait 沙漏指针。

当宏停止运行时,Cursor 属性不会自动重设。 在宏停止运行前,应将指针重设为 xlDefault

适用于