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

Parameters

json
the json string.
See Also