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