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

    Parameters

    json
    the JSON string that contains comment info.
    See Also