_Document.Range(Object, Object)
_Document.Range(Object, Object)
Method
Definition
Returns a Range object by using the specified starting and ending character positions.
public Microsoft.Office.Interop.Word.Range Range (ref object Start, ref object End);
Public Function Range (Optional ByRef Start As Object, Optional ByRef End As Object) As Range
Parameters
- Start
Optional Object. The starting character position.
- End
Optional Object. The ending character position.