Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IUniqueValues Interface / FromJson Method
The json string.
In This Topic
    FromJson Method (IUniqueValues)
    In This Topic
    Generates the conditional format from the json string.
    Syntax
    void FromJson( 
       System.string json
    )

    Parameters

    json
    The json string.
    See Also