Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / IRange Interface / sort Method / sort(SortOrientation,boolean,IValueSortField[]) Method
The orientation.
if set to true, case sensitive.
The IValueSortField array.
In This Topic
    sort(SortOrientation,boolean,IValueSortField[]) Method
    In This Topic
    Sorts the cells represented by this range according to the specified options.
    Syntax

    Parameters

    orientation
    The orientation.
    caseSensitive
    if set to true, case sensitive.
    keys
    The IValueSortField array.
    See Also