Library Property

Read-only. Gets an instance of the Library object that represents the active library in this library window.

Applies to: Window object

Syntax

[[Set] libraryRet = ] object.Library

The Library property syntax has these parts:

Part Description
object Required. An expression, that returns an instance of the Window object.
libraryRet Optional. A Library type variable.

Remarks

This property is only effective if the window is a library window (see the Type property). For all other window types the Library property returns Nothing. The active library is the library whose contents is displayed in the window.

 

See Also

Document property, Page property, Shape property, Library object