Spread WPF 18
GrapeCity.Wpf.SpreadSheet Namespace / SortFieldInfo Class / SortOnValue Property


In This Topic
    SortOnValue Property (SortFieldInfo)
    In This Topic
    Gets the value on which the sort is performed for the specified GrapeCity.Spreadsheet.ISortField object.
    Syntax
    'Declaration
     
    <BrowsableAttribute(False)>
    Public Property SortOnValue As Object
    'Usage
     
    Dim instance As SortFieldInfo
    Dim value As Object
     
    instance.SortOnValue = value
     
    value = instance.SortOnValue
    [Browsable(false)]
    public object SortOnValue {get; set;}

    Property Value

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