_Document.Windows Property
Returns a Windows collection that represents all windows for the specified document (for example, Sales.doc:1 and Sales.doc:2).
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 _Document
Dim value As Windows
value = instance.Windows
Windows Windows { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Windows