ControlSite.Creator 屬性
取得值,表示在 ControlSite 中建立的應用程式。
命名空間: Microsoft.Office.Tools.Excel
組件: Microsoft.Office.Tools.Excel (在 Microsoft.Office.Tools.Excel.dll 中)
Microsoft.Office.Tools.Excel.v4.0.Utilities (在 Microsoft.Office.Tools.Excel.v4.0.Utilities.dll 中)
語法
'宣告
ReadOnly Property Creator As XlCreator
XlCreator Creator { get; }
屬性值
型別:Microsoft.Office.Interop.Excel.XlCreator
表示在 ControlSite 中建立之應用程式的 32 位元整數。如果物件是在 Microsoft Office Excel 中建立,這個屬性會傳回字串 XCEL,此字串相當於十六進位數字 5843454C,或是值 xlCreatorCode。
備註
Creator 屬性是設計用於 Macintosh 的 Excel 中,其中的每個應用程式都有四個字元的建立者代碼。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。