Workbook.CustomDocumentProperties プロパティ

定義

ブックのすべてのカスタム ドキュメント プロパティを示す 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組み込みのドキュメント プロパティのコレクションを取得するには、 プロパティを使用します。

適用対象