_Application.DDEAppReturnCode 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回 Excel 收到的最后一条 DDE 确认消息中包含的特定于应用程序的 DDE 返回代码。
public:
property int DDEAppReturnCode { int get(); };
public int DDEAppReturnCode { get; }
Public ReadOnly Property DDEAppReturnCode As Integer