Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / fromJson Method
the json string that contains range info.
In This Topic
    fromJson Method
    In This Topic
    Generates the range data from the json string.
    Syntax
    void fromJson( 
       java.lang.String json
    )

    Parameters

    json
    the json string that contains range info.
    See Also