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