DisplayUnitLabel.FormulaR1C1 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 la formule de l’objet, à l’aide de la notation de style R1C1 dans le langage de la macro.
public:
property System::String ^ FormulaR1C1 { System::String ^ get(); void set(System::String ^ value); };
public string FormulaR1C1 { get; set; }
member this.FormulaR1C1 : string with get, set
Public Property FormulaR1C1 As String
Valeur de propriété
Formule de l’objet, utilisant la notation de style R1C1 dans le langage de la macro.
Remarques
Chaîne en lecture/écriture.