DocumentClass.Range Method
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Public Overridable Function Range ( _
ByRef Start As Object, _
ByRef End As Object _
) As Range
'Usage
Dim instance As DocumentClass
Dim Start As Object
Dim End As Object
Dim returnValue As Range
returnValue = instance.Range(Start, End)
public virtual Range Range(
ref Object Start,
ref Object End
)
Parameters
- Start
Type: System.Object%
- End
Type: System.Object%
Return Value
Type: Microsoft.Office.Interop.Word.Range
Implements
_Document.Range(Object%, Object%)