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

    Parameters

    json
    the JSON string that contains defined names
    See Also