Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns the previous paragraph as a Paragraph object.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Function Previous ( _
ByRef Count As Object _
) As Paragraph
'Usage
Dim instance As Paragraph
Dim Count As Object
Dim returnValue As Paragraph
returnValue = instance.Previous(Count)
Paragraph Previous(
ref Object Count
)
Parameters
- Count
Type: System.Object%
Optional Object. The number of paragraphs by which you want to move back. The default value is 1.
Return Value
Type: Microsoft.Office.Interop.Word.Paragraph