GrapeCity.Documents.Excel Namespace / Workbook Class / Open Method / Open(String,DeserializationOptions) Method
The specified json file.
The json deserialization options.
In This Topic
Open(String,DeserializationOptions) Method
In This Topic
Opens the json file.
Syntax
public System.Collections.Generic.IList<JsonError> Open( 
   System.string fileName,
   DeserializationOptions deserializationOptions
)

Parameters

fileName
The specified json file.
deserializationOptions
The json deserialization options.

Return Value

The error list of the JSON
See Also