_Global.Windows Property
Returns a Windows collection that represents all document windows. The collection corresponds to the window names that appear at the bottom of the Window menu.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Windows As Windows
Get
'Usage
Dim instance As _Global
Dim value As Windows
value = instance.Windows
Windows Windows { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Windows