Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IPivotTable Interface / getPageFieldOrder Method
In This Topic
    getPageFieldOrder Method
    In This Topic
    Returns 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
    Order getPageFieldOrder()
    See Also