Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IPivotField Interface / autoSort Method / autoSort(SortOrder,String) Method
Required SortOrder. The sort order.
The name of the sort key field. You must specify the unique name (as returned from the IPivotField.getSourceName()) and not the displayed name.
In This Topic
    autoSort(SortOrder,String) Method
    In This Topic
    Establishes automatic field-sorting rules for PivotTable reports.
    Syntax
    void autoSort( 
       SortOrder Order,
       java.lang.String Field
    )

    Parameters

    Order
    Required SortOrder. The sort order.
    Field
    The name of the sort key field. You must specify the unique name (as returned from the IPivotField.getSourceName()) and not the displayed name.
    See Also