返回一個 32 位的整數(shù),它表示創(chuàng)建指定對象的應(yīng)用程序。如果對象是在 Microsoft Graph 中創(chuàng)建的,則本屬性會返回字符串 MSGR,此數(shù)值等同于十六進制數(shù)字 4D534752。XlCreator 類型,只讀。
XlCreator 可為以下 XlCreator 常量之一。 |
xlCreatorCode |
expression Creator
expression 必需。該表達式返回“應(yīng)用于”列表中的對象之一。
本示例顯示關(guān)于 myChart 創(chuàng)建者的消息。
If myChart.Creator = &h4D534752 Then
MsgBox "This is a Microsoft Graph object"
Else
MsgBox "This is not a Microsoft Graph object"
End If