SetFormula
SetFormula(string, object)
Formülü ve formülün değerini ayarlayın.
public void SetFormula(string formula, object value)
| Parametre | Tip | Tanım |
|---|---|---|
| formula | String | Formül. |
| value | Object | Formülün değeri. |
Ayrıca bakınız
- class Cell
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
SetFormula(string, FormulaParseOptions, object)
Formülü ve formülün değerini ayarlayın.
public void SetFormula(string formula, FormulaParseOptions options, object value)
| Parametre | Tip | Tanım |
|---|---|---|
| formula | String | Formül. |
| options | FormulaParseOptions | Formül ayrıştırma seçenekleri. |
| value | Object | Formülün değeri. |
Ayrıca bakınız
- class FormulaParseOptions
- class Cell
- ad alanı Aspose.Cells
- toplantı Aspose.Cells