Workbook.DocumentLibraryVersions Property (2007 System)

Gets a Microsoft.Office.Core.DocumentLibraryVersions collection that represents the collection of versions of a shared workbook that has versioning enabled and that is stored in a document library on a server.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property DocumentLibraryVersions As DocumentLibraryVersions
'Usage
Dim instance As Workbook 
Dim value As DocumentLibraryVersions 

value = instance.DocumentLibraryVersions
[BrowsableAttribute(false)]
public DocumentLibraryVersions DocumentLibraryVersions { get; }
[BrowsableAttribute(false)]
public:
property DocumentLibraryVersions^ DocumentLibraryVersions {
    DocumentLibraryVersions^ get ();
}
public function get DocumentLibraryVersions () : DocumentLibraryVersions

Property Value

Type: DocumentLibraryVersions
A Microsoft.Office.Core.DocumentLibraryVersions collection that represents the collection of versions of a shared workbook that has versioning enabled and that is stored in a document library on a server.

.NET Framework Security

See Also

Reference

Workbook Class

Workbook Members

Microsoft.Office.Tools.Excel Namespace