Workbook.DocumentLibraryVersions プロパティ

定義

バージョン管理が有効で、サーバー上のドキュメント ライブラリに格納されている共有ブックのバージョンのコレクションを表す Microsoft.Office.Core.DocumentLibraryVersions コレクションを取得します。

public:
 property Microsoft::Office::Core::DocumentLibraryVersions ^ DocumentLibraryVersions { Microsoft::Office::Core::DocumentLibraryVersions ^ get(); };
public Microsoft.Office.Core.DocumentLibraryVersions DocumentLibraryVersions { get; }
member this.DocumentLibraryVersions : Microsoft.Office.Core.DocumentLibraryVersions
Public ReadOnly Property DocumentLibraryVersions As DocumentLibraryVersions

プロパティ値

バージョン管理が有効で、サーバー上のドキュメント ライブラリに格納されている共有ブックのバージョンのコレクションを表す Microsoft.Office.Core.DocumentLibraryVersions コレクション。

適用対象