ChartTitle.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 de type String 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; }
member this.Formula : string with get, set
Public Property Formula As String
Valeur de propriété
Représente la formule de l’objet à l’aide de la notation de style A1, en anglais.
Remarques
Lecture-écriture.