Paragraphs.Last Property
Returns the last item in the Paragraphs collection as a Paragraph object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Last As Paragraph
Get
'Usage
Dim instance As Paragraphs
Dim value As Paragraph
value = instance.Last
Paragraph Last { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Paragraph