Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IPageSetup Interface / FromJson Method
The JSON string representing the page setup.
In This Topic
    FromJson Method (IPageSetup)
    In This Topic
    Generate page setup from the JSON string.
    Syntax
    void FromJson( 
       System.string json
    )

    Parameters

    json
    The JSON string representing the page setup.
    See Also