Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IPivotTable Interface / setPageFieldOrder Method
In This Topic
    setPageFieldOrder Method
    In This Topic
    Sets the order in which page fields are added to the PivotTable report¡¯s layout. Can be one of the following Order constants: DownThenOver or OverThenDown. The default constant is DownThenOver.
    Syntax
    void setPageFieldOrder( 
       Order value
    )

    Parameters

    value
    See Also