Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / IValueSortField Interface / CustomValues Property
In This Topic
    CustomValues Property (IValueSortField)
    In This Topic
    Gets or sets the custom value list, such as:3,2,5,1.
    Syntax
    System.string CustomValues {get; set;}
    Remarks
    If the property is not System.String.Empty, the order is by customValues.
    See Also