SetFormula
SetFormula(string, object)
Imposta la formula e il valore della formula.
public void SetFormula(string formula, object value)
Parametro | Tipo | Descrizione |
---|---|---|
formula | String | La formula. |
value | Object | Il valore della formula. |
Guarda anche
- class Cell
- spazio dei nomi Aspose.Cells
- assemblea Aspose.Cells
SetFormula(string, FormulaParseOptions, object)
Imposta la formula e il valore della formula.
public void SetFormula(string formula, FormulaParseOptions options, object value)
Parametro | Tipo | Descrizione |
---|---|---|
formula | String | La formula. |
options | FormulaParseOptions | Opzioni per l’analisi della formula. |
value | Object | Il valore della formula. |
Guarda anche
- class FormulaParseOptions
- class Cell
- spazio dei nomi Aspose.Cells
- assemblea Aspose.Cells