Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ValueSortField Class / ValueSortField Constructor / ValueSortField Constructor(IRange,SortOrder)
The column index.
The sort order.
In This Topic
    ValueSortField Constructor(IRange,SortOrder)
    In This Topic
    Specifies the normal construct method.
    Syntax
    public ValueSortField( 
       IRange key,
       SortOrder order
    )

    Parameters

    key
    The column index.
    order
    The sort order.
    See Also