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