DocumentLibraryVersion.Open Method
Opens the specified version of the shared document from the DocumentLibraryVersions collection in read-only mode.
Namespace: Microsoft.Office.Core
Assembly: office (in office.dll)
Syntax
'Declaration
Function Open As Object
'Usage
Dim instance As DocumentLibraryVersion
Dim returnValue As Object
returnValue = instance.Open()
Object Open()
Return Value
Type: System.Object
See Also
Reference
DocumentLibraryVersion Interface