Workbook.CustomDocumentProperties プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ブックのすべてのカスタム ドキュメント プロパティを示す Microsoft.Office.Core.DocumentProperties コレクションを取得します。
public:
property System::Object ^ CustomDocumentProperties { System::Object ^ get(); };
public object CustomDocumentProperties { get; }
member this.CustomDocumentProperties : obj
Public ReadOnly Property CustomDocumentProperties As Object
プロパティ値
ブックのすべてのカスタム ドキュメント プロパティを表す Microsoft.Office.Core.DocumentProperties コレクション。
注釈
このプロパティは、カスタム ドキュメント プロパティのコレクション全体を返します。 プロパティの Microsoft.Office.Core.DocumentProperties.Item(System.Object)
名前またはコレクション インデックス (数値) を指定して、コレクション ( Microsoft.Office.Core.DocumentProperties
オブジェクト) の 1 つのメンバーを取得するには、 プロパティを使用します。
BuiltinDocumentProperties組み込みのドキュメント プロパティのコレクションを取得するには、 プロパティを使用します。