DataLabel.Formula 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.
Obtient ou définit une valeur qui représente la formule de l’objet à l’aide de la notation de style A1, en anglais.
public:
property System::String ^ Formula { System::String ^ get(); void set(System::String ^ value); };
public string Formula { get; set; }
Public Property Formula As String
Valeur de propriété
Formule de l’objet utilisant la notation de style A1, en anglais.
Remarques
Lecture-écriture.