MultiThreadedCalculation.Creator 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回与 中的 XlCreator 常量对应的 32 位整数,该常量指示创建此对象的应用程序。 此为只读属性。
public:
property Microsoft::Office::Interop::Excel::XlCreator Creator { Microsoft::Office::Interop::Excel::XlCreator get(); };
public Microsoft.Office.Interop.Excel.XlCreator Creator { get; }
Public ReadOnly Property Creator As XlCreator
属性值
注解
如果该对象是在 Microsoft Excel 中创建的,则此属性返回字符串 XCEL,它等同于十六进制的数字 5843454C。 属性 Creator 设计为在 Microsoft Excel for macintosh 中使用,其中每个应用程序都有一个四个字符的创建者代码。 例如,Microsoft Excel 的创建者代码为 XCEL。