Aspose::Cells::Tables::ListObject::PutCellValue method
Contents
[
Hide
]ListObject::PutCellValue(int32_t, int32_t, const Aspose::Cells::Object&) method
Put the value to the cell.
void Aspose::Cells::Tables::ListObject::PutCellValue(int32_t rowOffset, int32_t columnOffset, const Aspose::Cells::Object &value)
| Parameter | Type | Description |
|---|---|---|
| rowOffset | int32_t | The row offset in the table. |
| columnOffset | int32_t | The column offset in the table. |
| value | const Aspose::Cells::Object& | The cell value. |
See Also
- Class Vector
- Class Object
- Class ListObject
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++
ListObject::PutCellValue(int32_t, int32_t, const Aspose::Cells::Object&, bool) method
Put the value to the cell.
void Aspose::Cells::Tables::ListObject::PutCellValue(int32_t rowOffset, int32_t columnOffset, const Aspose::Cells::Object &value, bool isTotalsRowLabel)
| Parameter | Type | Description |
|---|---|---|
| rowOffset | int32_t | The row offset in the table. |
| columnOffset | int32_t | The column offset in the table. |
| value | const Aspose::Cells::Object& | The cell value. |
| isTotalsRowLabel | bool | Indicates whether it is a label for total row,only works for total row. If False and this row is total row, a new row will be inserted. |
See Also
- Class Vector
- Class Object
- Class ListObject
- Namespace Aspose::Cells::Tables
- Library Aspose.Cells for C++