SetFormula
SetFormula(string, object)
Stellen Sie die Formel und den Wert der Formel ein.
public void SetFormula(string formula, object value)
Parameter | Typ | Beschreibung |
---|---|---|
formula | String | Die Formel. |
value | Object | Der Wert der Formel. |
Siehe auch
- class Cell
- namensraum Aspose.Cells
- Montage Aspose.Cells
SetFormula(string, FormulaParseOptions, object)
Stellen Sie die Formel und den Wert der Formel ein.
public void SetFormula(string formula, FormulaParseOptions options, object value)
Parameter | Typ | Beschreibung |
---|---|---|
formula | String | Die Formel. |
options | FormulaParseOptions | Optionen zum Analysieren der Formel. |
value | Object | Der Wert der Formel. |
Siehe auch
- class FormulaParseOptions
- class Cell
- namensraum Aspose.Cells
- Montage Aspose.Cells