Documents for Excel .NET Edition | GCDocuments
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