IGridJsService.DetailFileJsonWithUid
Contents
[
Hide
]DetailFileJsonWithUid(string, string)
Gets JSON string for the file by the specified unique id. .
public StringBuilder DetailFileJsonWithUid(string filePath, string uid)
| Parameter | Type | Description |
|---|---|---|
| filePath | String | The file path |
| uid | String | The unique id for the file cache. |
Return Value
The JSON StringBuilder.
See Also
- interface IGridJsService
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs
DetailFileJsonWithUid(Workbook, string, string)
Gets JSON string for the Workbook by the specified unique id.
public StringBuilder DetailFileJsonWithUid(Workbook wb, string filename, string uid)
| Parameter | Type | Description |
|---|---|---|
| wb | Workbook | the Workbook instance |
| filename | String | The file name |
| uid | String | The unique id for the file cache. |
Return Value
The JSON StringBuilder.
See Also
- interface IGridJsService
- namespace Aspose.Cells.GridJs
- assembly Aspose.Cells.GridJs