Spread Windows Forms 12.0 Product Documentation
Priority Property (ISortField)


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > ISortField Interface : Priority Property
Gets or sets the priority for the sort field.
Syntax
'Declaration
 
Property Priority As Integer
'Usage
 
Dim instance As ISortField
Dim value As Integer
 
instance.Priority = value
 
value = instance.Priority
int Priority {get; set;}

Property Value

The priority for the sort field.
Remarks
The priority starts from 1 which has the highest priority.
See Also

Reference

ISortField Interface
ISortField Members