Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / sort Method / sort(IRange,SortOrder,SortOrientation) Method
The key of the sort column.
The sort order, ascending or dscending
The orientation.
In This Topic
    sort(IRange,SortOrder,SortOrientation) Method
    In This Topic
    Sorts the cells represented by this range according to the specified options.
    Syntax

    Parameters

    key
    The key of the sort column.
    order
    The sort order, ascending or dscending
    orientation
    The orientation.
    See Also