_Document.Range(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 by using the specified starting and ending character positions.
public Microsoft.Office.Interop.Word.Range Range (ref object Start, ref object End);
abstract member Range : obj * obj -> Microsoft.Office.Interop.Word.Range
Public Function Range (Optional ByRef Start As Object, Optional ByRef End As Object) As Range
Parameters
- Start
- Object
Optional Object. The starting character position.
- End
- Object
Optional Object. The ending character position.