GrapeCity.Documents.Excel Namespace / IColorScale Interface / FromJson Method
The json string.
In This Topic
FromJson Method (IColorScale)
In This Topic
Generates the conditional format from the json string.
Syntax
void FromJson( 
   System.string json
)

Parameters

json
The json string.
See Also