Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / ISortField Interface / SortOnValue Property


In This Topic
    SortOnValue Property
    In This Topic
    Gets the value on which the sort is performed for the specified ISortField object.
    Syntax
    'Declaration
     
    
    Property SortOnValue As Object
    'Usage
     
    
    Dim instance As ISortField
    Dim value As Object
     
    instance.SortOnValue = value
     
    value = instance.SortOnValue
    object SortOnValue {get; set;}

    Property Value

    The value on which the sort is performed for the specified ISortField object.
    See Also