_Document.Range(Object, Object) Método

Definición

Devuelve un Range objeto mediante las posiciones de caracteres inicial y final especificadas.

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

Parámetros

Start
Object

Objeto opcional. Posición del carácter inicial.

End
Object

Objeto opcional. Posición del carácter final.

Devoluciones

Se aplica a