ListObject.PutCellValue
Contents
[
Hide
]PutCellValue(int, int, object)
Put the value to the cell.
public void PutCellValue(int rowOffset, int columnOffset, object value)
Parameter | Type | Description |
---|---|---|
rowOffset | Int32 | The row offset in the table. |
columnOffset | Int32 | The column offset in the table. |
value | Object | The cell value. |
See Also
- class ListObject
- namespace Aspose.Cells.Tables
- assembly Aspose.Cells
PutCellValue(int, int, object, bool)
Put the value to the cell.
public void PutCellValue(int rowOffset, int columnOffset, object value, bool isTotalsRowLabel)
Parameter | Type | Description |
---|---|---|
rowOffset | Int32 | The row offset in the table. |
columnOffset | Int32 | The column offset in the table. |
value | Object | The cell value. |
isTotalsRowLabel | Boolean | 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 ListObject
- namespace Aspose.Cells.Tables
- assembly Aspose.Cells