Pane.Previous Property
Returns a Pane object that represents the previous document pane in the collection. Read-only.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Previous As Pane
Get
'Usage
Dim instance As Pane
Dim value As Pane
value = instance.Previous
Pane Previous { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Pane