Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / ValueSortField Class / ValueSortField Constructor / ValueSortField Constructor(IRange,String)
the column index
custom list string
In This Topic
    ValueSortField Constructor(IRange,String)
    In This Topic
    Specifies the custom sort construct method.
    Syntax
    public ValueSortField( 
       IRange key,
       System.string customValues
    )

    Parameters

    key
    the column index
    customValues
    custom list string
    See Also