Series.Creator 属性

定义

返回一个 32 位整数,它指示在其中创建指定的对象的应用程序。 只读 Integer

public:
 property int Creator { int get(); };
public int Creator { get; }
member this.Creator : int
Public ReadOnly Property Creator As Integer

属性值

Integer

注解

如果对象是在 Microsoft Word 中创建的,则 Creator 属性返回十六进制数字 4D535744,表示字符串“MSWD”。 此属性主要用于在 Macintosh 上,其中每个应用程序都有一个四字符创建者代码中使用。 例如,Microsoft Word 提供了 MSWD 的创建者代码。 有关此属性的其他信息,请参阅语言参考 Microsoft Office Macintosh 版本所附带的帮助。

适用于