Aspose::Cells::Tables::ListObject::PutCellFormula method
Contents
[
Hide
]ListObject::PutCellFormula(int32_t, int32_t, const U16String&) method
Put the formula to the cell in the table.
void Aspose::Cells::Tables::ListObject::PutCellFormula(int32_t rowOffset, int32_t columnOffset, const U16String &formula)
Parameter | Type | Description |
---|---|---|
rowOffset | int32_t | The row offset in the table. |
columnOffset | int32_t | The column offset in the table. |
formula | const U16String& | The formula of the cell. |
See Also
- Class Vector
- Class U16String
- Class ListObject
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++
ListObject::PutCellFormula(int32_t, int32_t, const char16_t*) method
Put the formula to the cell in the table.
void Aspose::Cells::Tables::ListObject::PutCellFormula(int32_t rowOffset, int32_t columnOffset, const char16_t *formula)
Parameter | Type | Description |
---|---|---|
rowOffset | int32_t | The row offset in the table. |
columnOffset | int32_t | The column offset in the table. |
formula | const char16_t* | The formula of the cell. |
See Also
- Class Vector
- Class ListObject
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++
ListObject::PutCellFormula(int32_t, int32_t, const U16String&, bool) method
Put the formula to the cell in the table.
void Aspose::Cells::Tables::ListObject::PutCellFormula(int32_t rowOffset, int32_t columnOffset, const U16String &formula, bool isTotalsRowFormula)
Parameter | Type | Description |
---|---|---|
rowOffset | int32_t | The row offset in the table. |
columnOffset | int32_t | The column offset in the table. |
formula | const U16String& | The formula of the cell. |
isTotalsRowFormula | bool |
See Also
- Class Vector
- Class U16String
- Class ListObject
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++
ListObject::PutCellFormula(int32_t, int32_t, const char16_t*, bool) method
Put the formula to the cell in the table.
void Aspose::Cells::Tables::ListObject::PutCellFormula(int32_t rowOffset, int32_t columnOffset, const char16_t *formula, bool isTotalsRowFormula)
Parameter | Type | Description |
---|---|---|
rowOffset | int32_t | The row offset in the table. |
columnOffset | int32_t | The column offset in the table. |
formula | const char16_t* | The formula of the cell. |
isTotalsRowFormula | bool |
See Also
- Class Vector
- Class ListObject
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++