Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IName Interface / FromJson Method
the JSON string that contains a defined name
In This Topic
    FromJson Method (IName)
    In This Topic
    Generates the defined name from the JSON string.
    Syntax
    void FromJson( 
       System.string json
    )

    Parameters

    json
    the JSON string that contains a defined name
    See Also