ISpreadsheetItemProvider.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 la formule de cette cellule de feuille de calcul, sous forme de chaîne.
public:
property Platform::String ^ Formula { Platform::String ^ get(); };
winrt::hstring Formula();
public string Formula { get; }
var string = iSpreadsheetItemProvider.formula;
Public ReadOnly Property Formula As String
Valeur de propriété
Formule de cette cellule, sous forme de chaîne.