GridJsWorkbook.LazyLoadingJson

GridJsWorkbook.LazyLoadingJson method

Gets the JSON string of the specified sheet in the file from the cache using the specified unique id.

public StringBuilder LazyLoadingJson(string uid, string sheetName)
ParameterTypeDescription
uidStringThe unique id for the file cache.
sheetNameStringthe sheet name.

Return Value

The JSON string StringBuilder

See Also