add_image_by_url method
add_image_by_url(self, p, uid, imageurl)
Applies the add image from remote URL operation.
Returns
The JSON string result
def add_image_by_url(self, p, uid, imageurl):
...
| Parameter | Type | Description |
|---|---|---|
| p | System.String | The JSON string parameter |
| uid | System.String | The unique id for the file cache. |
| imageurl | System.String | Specify the image URL. |
See Also
- module
aspose.cellsgridjs - class
IGridJsService