GridJsWorkbook.UpdateCell

GridJsWorkbook.UpdateCell method

Applies the update operation.

public string UpdateCell(string p, string uid)
ParameterTypeDescription
pStringThe JSON format string of update operation.
uidStringThe unique id for the file cache.

Return Value

The JSON format string of the update result.

See Also