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