update_cell method
update_cell(self, p, uid)
Applies the update operation.
Returns
The JSON format string of the update result.
def update_cell(self, p, uid):
...
| Parameter | Type | Description |
|---|---|---|
| p | System.String | The JSON format string of update operation. |
| uid | System.String | The unique id for the file cache. |
See Also
- module
aspose.cellsgridjs - class
GridJsService