_Document.Range(Object, Object) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Retourne un Range objet en utilisant les positions de caractère de début et de fin spécifiées.
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
Paramètres
- Start
- Object
Objet facultatif. Position du caractère de début.
- End
- Object
Objet facultatif. Position du caractère de fin.