Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / IShape Interface / FromJson Method
the json string represents a shape
In This Topic
    FromJson Method (IShape)
    In This Topic
    Generate a new shape from the json string.
    Syntax
    void FromJson( 
       System.string json
    )

    Parameters

    json
    the json string represents a shape
    See Also