_Application.ReplaceFormat Propriété
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.
Définit le critère de remplacement utilisé lors du remplacement des formats de cellule. Les critères de remplacement sont ensuite utilisés dans un appel ultérieur à la Replace(Object, Object, Object, Object, Object, Object, Object, Object) méthode de l’objet Range .
public:
property Microsoft::Office::Interop::Excel::CellFormat ^ ReplaceFormat { Microsoft::Office::Interop::Excel::CellFormat ^ get(); void set(Microsoft::Office::Interop::Excel::CellFormat ^ value); };
public Microsoft.Office.Interop.Excel.CellFormat ReplaceFormat { get; set; }
Public Property ReplaceFormat As CellFormat