Paragraph.Previous(Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the previous paragraph as a Paragraph object.
public Microsoft.Office.Interop.Word.Paragraph Previous (ref object Count);
abstract member Previous : obj -> Microsoft.Office.Interop.Word.Paragraph
Public Function Previous (Optional ByRef Count As Object) As Paragraph
Parameters
- Count
- Object
Optional Object. The number of paragraphs by which you want to move back. The default value is 1.