TextFrame.Previous Property
Returns the previous object in the collection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Property Previous As TextFrame
Get
Set
'Usage
Dim instance As TextFrame
Dim value As TextFrame
value = instance.Previous
instance.Previous = value
TextFrame Previous { get; set; }
Property Value
Type: Microsoft.Office.Interop.Word.TextFrame