_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.
Renvoie un Range objet à l’aide des 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
Objetfacultatif. Position du caractère de début.
- End
- Object
Objetfacultatif. Position du caractère de fin.