Range.Previous(Object, 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 a Range object relative to the specified selection or range.
public Microsoft.Office.Interop.Word.Range Previous (ref object Unit, ref object Count);
abstract member Previous : obj * obj -> Microsoft.Office.Interop.Word.Range
Public Function Previous (Optional ByRef Unit As Object, Optional ByRef Count As Object) As Range
Parameters
- Count
- Object
Optional Object. The number of units by which you want to move back. The default value is 1.
Returns
Remarks
If the range is just after the specified Unit
, the range is moved to the previous unit.