GridJsWorkbook.GetJsonByUid

GridJsWorkbook.GetJsonByUid method

Gets the JSON format StringBuilder from the file cache by the specified unique id.

public StringBuilder GetJsonByUid(string uid, string filename)
ParameterTypeDescription
uidStringThe unique id for the file cache.
filenameStringSpecifies the file name in the JSON. If set to null,the default filename is: book1.

Return Value

The JSON format StringBuilder

See Also