download method
download(self, p, uid, filename)
Applies the download file operation
Returns
The file URL
def download(self, p, uid, filename):
...
| Parameter | Type | Description |
|---|---|---|
| p | System.String | The JSON parameter |
| uid | System.String | The unique id for the file cache. |
| filename | System.String | The file name |
See Also
- module
aspose.cellsgridjs - class
IGridJsService