_Workbook.CustomDocumentProperties プロパティ

定義

指定したブックのすべてのカスタム ドキュメント プロパティを表すコレクションを取得または設定 DocumentProperties します。

public:
 property System::Object ^ CustomDocumentProperties { System::Object ^ get(); };
public object CustomDocumentProperties { get; }
Public ReadOnly Property CustomDocumentProperties As Object

プロパティ値

注釈

このプロパティは、すべてのユーザー設定のドキュメント プロパティのコレクションを返します。 プロパティの Item[Object] 名前またはコレクション インデックス (数値) を指定して、コレクション ( DocumentProperty オブジェクト) の 1 つのメンバーを返すには、 メソッドを使用します。

Item メソッドは、DocumentProperties コレクションの既定のメソッドです。

BuiltinDocumentProperties組み込みのドキュメント プロパティのコレクションを取得するには、 プロパティを使用します。

適用対象