SetSharedFormula
İçindekiler
[
Saklamak
]SetSharedFormula(string, int, int, FormulaParseOptions)
Bir hücre aralığına formül ayarlar.
public void SetSharedFormula(string sharedFormula, int rowNumber, int columnNumber,
FormulaParseOptions options)
| Parametre | Tip | Tanım |
|---|---|---|
| sharedFormula | String | Paylaşılan formül. |
| rowNumber | Int32 | Formülü doldurmak için satır sayısı. |
| columnNumber | Int32 | Formülü doldurmak için sütun sayısı. |
| options | FormulaParseOptions | Formül ayrıştırma seçenekleri. |
Ayrıca bakınız
- class FormulaParseOptions
- class Cell
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
SetSharedFormula(string, int, int, FormulaParseOptions, object[][])
Bir hücre aralığına formül ayarlar.
public void SetSharedFormula(string sharedFormula, int rowNumber, int columnNumber,
FormulaParseOptions options, object[][] values)
| Parametre | Tip | Tanım |
|---|---|---|
| sharedFormula | String | Paylaşılan formül. |
| rowNumber | Int32 | Formülü doldurmak için satır sayısı. |
| columnNumber | Int32 | Formülü doldurmak için sütun sayısı. |
| options | FormulaParseOptions | Formül ayrıştırma seçenekleri. |
| values | Object[][] | verilen paylaşılan formüle sahip hücreler için değerler |
Ayrıca bakınız
- class FormulaParseOptions
- class Cell
- ad alanı Aspose.Cells
- toplantı Aspose.Cells
SetSharedFormula(string, int, int)
Bir hücre aralığına formül ayarlar.
public void SetSharedFormula(string sharedFormula, int rowNumber, int columnNumber)
| Parametre | Tip | Tanım |
|---|---|---|
| sharedFormula | String | Paylaşılan formül. |
| rowNumber | Int32 | Formülü doldurmak için satır sayısı. |
| columnNumber | Int32 | Formülü doldurmak için sütun sayısı. |
Ayrıca bakınız
- class Cell
- ad alanı Aspose.Cells
- toplantı Aspose.Cells