Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IWorkbook Interface / 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
    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