SetFormula
SetFormula(string, object)
اضبط الصيغة وقيمة الصيغة .
public void SetFormula(string formula, object value)
معامل | يكتب | وصف |
---|---|---|
formula | String | الصيغة. |
value | Object | قيمة الصيغة. |
أنظر أيضا
- class Cell
- مساحة الاسم Aspose.Cells
- المجسم Aspose.Cells
SetFormula(string, FormulaParseOptions, object)
اضبط الصيغة وقيمة الصيغة .
public void SetFormula(string formula, FormulaParseOptions options, object value)
معامل | يكتب | وصف |
---|---|---|
formula | String | الصيغة. |
options | FormulaParseOptions | خيارات لتحليل الصيغة. |
value | Object | قيمة الصيغة. |
أنظر أيضا
- class FormulaParseOptions
- class Cell
- مساحة الاسم Aspose.Cells
- المجسم Aspose.Cells