GridJsWorkbookErrorJson Method |
return error message
Namespace:
Aspose.Cells.GridJs
Assembly:
Aspose.Cells.GridJs (in Aspose.Cells.GridJs.dll) Version: 22.5.0.0 (22.5.0)
Syntaxpublic string ErrorJson(
string msg
)
Public Function ErrorJson (
msg As String
) As String
public:
String^ ErrorJson(
String^ msg
)
member ErrorJson :
msg : string -> string
Parameters
- msg
- Type: SystemString
error message
Return Value
Type:
Stringthe json string of error message
See Also