_Workbook.DocumentLibraryVersions Property

Returns a 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.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
ReadOnly Property DocumentLibraryVersions As DocumentLibraryVersions
    Get
'Usage
Dim instance As _Workbook
Dim value As DocumentLibraryVersions

value = instance.DocumentLibraryVersions
DocumentLibraryVersions DocumentLibraryVersions { get; }

Property Value

Type: Microsoft.Office.Core.DocumentLibraryVersions

Remarks

XML features, except for saving files in the XML Spreadsheet format, are available only in Microsoft Office Professional Edition 2003 and Microsoft Office Excel 2003.

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace