GridJsWorkbookUpdateCell Method |
Do update operation
Namespace:
Aspose.Cells.GridJs
Assembly:
Aspose.Cells.GridJs (in Aspose.Cells.GridJs.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic string UpdateCell(
string p,
string uid
)
Public Function UpdateCell (
p As String,
uid As String
) As String
public:
String^ UpdateCell(
String^ p,
String^ uid
)
member UpdateCell :
p : string *
uid : string -> string
Parameters
- p
- Type: SystemString
the update json string - uid
- Type: SystemString
the unique id for the sheet file
Return Value
Type:
String
See Also