GrapeCity.Documents.Excel Namespace / IRange Interface / FromJson Method
the JSON string that contains range info.
In This Topic
FromJson Method (IRange)
In This Topic
Generates the range data from the JSON string.
Syntax
void FromJson( 
   System.string json
)

Parameters

json
the JSON string that contains range info.
See Also