table.SetCellValue(row, column, value)
| Variable | Description |
|---|---|
| row | The index of the row. The value is one-based. INTEGER. |
| column | The name or index of the column. LISTITEM. |
| value | The cell value object. ANYTYPE. |
Table.SetCellValue(1, "Product Name", "SilkTest") Table.SetCellValue(1, 4, "SilkTest")