DocumentClass.Range(Object, Object) Method

Definition

public virtual Microsoft.Office.Interop.Word.Range Range (ref object Start, ref object End);
abstract member Range : obj * obj -> Microsoft.Office.Interop.Word.Range
override this.Range : obj * obj -> Microsoft.Office.Interop.Word.Range
Public Overridable Function Range (Optional ByRef Start As Object, Optional ByRef End As Object) As Range

Parameters

Start
Object
End
Object

Returns

Implements

Applies to