Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IPivotTable Interface / PageFieldOrder Property
In This Topic
    PageFieldOrder Property
    In This Topic
    Returns or 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
    Order PageFieldOrder {get; set;}
    See Also