Paragraph.Previous Method 

Returns the previous paragraph as a Paragraph object.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Dim Count As Object
Dim returnValue As Paragraph
Dim paragraph1 As Paragraph
returnValue = paragraph1.Previous(Count)

Syntax

Function Previous( _
    <InAttribute()> Optional ByRef Count As Object _
) As Paragraph
Paragraph Previous(
    [In, Optional] ref object Count
);
public: Paragraph^ Previous(
    &Object^ Count
);
public Paragraph Previous(
    /*in*/System.Object Count
);
function Previous(
     Count : Object
) : Paragraph;

Parameters

  • Count
    Optional Object. The number of paragraphs by which you want to move back. The default value is 1.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Paragraph Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

Paragraph Members