Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IValidation Interface / FromJson Method
the JSON string
In This Topic
    FromJson Method (IValidation)
    In This Topic
    Generates the data validation from the JSON string.
    Syntax
    void FromJson( 
       System.string json
    )

    Parameters

    json
    the JSON string
    See Also