Spread Windows Forms 12.0 Product Documentation
SortOnValue Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ISortField Interface : SortOnValue Property
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

Reference

ISortField Interface
ISortField Members