ListObject.PutCellFormula
Contents
[
Hide
]PutCellFormula(int, int, string)
Put the formula to the cell in the table.
public void PutCellFormula(int rowOffset, int columnOffset, string formula)
Parameter | Type | Description |
---|---|---|
rowOffset | Int32 | The row offset in the table. |
columnOffset | Int32 | The column offset in the table. |
formula | String | The formula of the cell. |
See Also
- class ListObject
- namespace Aspose.Cells.Tables
- assembly Aspose.Cells
PutCellFormula(int, int, string, bool)
Put the formula to the cell in the table.
public void PutCellFormula(int rowOffset, int columnOffset, string formula, bool isTotalsRowFormula)
Parameter | Type | Description |
---|---|---|
rowOffset | Int32 | The row offset in the table. |
columnOffset | Int32 | The column offset in the table. |
formula | String | The formula of the cell. |
isTotalsRowFormula | Boolean |
See Also
- class ListObject
- namespace Aspose.Cells.Tables
- assembly Aspose.Cells