Class SortValue
Represents a value and its index before sorting.
Inheritance
System.Object
    SortValue
  Inherited Members
      System.Object.ToString()
    
    
      System.Object.Equals(System.Object)
    
    
      System.Object.Equals(System.Object, System.Object)
    
    
      System.Object.ReferenceEquals(System.Object, System.Object)
    
    
      System.Object.GetHashCode()
    
    
      System.Object.GetType()
    
    
      System.Object.MemberwiseClone()
    
  Namespace: Telerik.Windows.Documents.Spreadsheet.Model.Sorting
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class SortValue
  Properties
Index
Gets the index of the value before sorting.
Declaration
public int Index { get; }
  Property Value
| 
        System.Int32
         The index of the value before sorting.  | 
    
Value
Gets the value.
Declaration
public object Value { get; }
  Property Value
| 
        System.Object
         The value.  |