Range.Previous(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 relatif à la sélection ou à la plage spécifiée.
public Microsoft.Office.Interop.Word.Range Previous (ref object Unit, ref object Count);
abstract member Previous : obj * obj -> Microsoft.Office.Interop.Word.Range
Public Function Previous (Optional ByRef Unit As Object, Optional ByRef Count As Object) As Range
Paramètres
- Count
- Object
Objet facultatif. Nombre d'unités qui représente la distance de déplacement. La valeur par défaut est 1.
Retours
Remarques
Si la plage se trouve juste après le spécifié Unit
, la plage est déplacée vers l’unité précédente.