GridJsWorkbook.ExportToJsonStringBuilder

GridJsWorkbook.ExportToJsonStringBuilder method

Gets JSON string from memory data,set the output filename in the JSON.

public StringBuilder ExportToJsonStringBuilder(string filename)
ParameterTypeDescription
filenameStringSpecifies the file name in the JSON. If set to null,the default filename is: book1..

Return Value

The JSON StringBuilder.

See Also