Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ISlicer Interface / FromJson Method
the json string contains a slicer
In This Topic
    FromJson Method (ISlicer)
    In This Topic
    Updates the slicer settings from the json string.
    Syntax
    void FromJson( 
       System.string json
    )

    Parameters

    json
    the json string contains a slicer
    See Also