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):
    ...
ParameterTypeDescription
pSystem.StringThe JSON format string of update operation.
uidSystem.StringThe unique id for the file cache.

See Also