Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SortField Class / Priority Property


In This Topic
    Priority Property (SortField)
    In This Topic
    Gets or sets the priority for the sort field.
    Syntax
    'Declaration
     
    
    Public Property Priority As Integer
    'Usage
     
    
    Dim instance As SortField
    Dim value As Integer
     
    instance.Priority = value
     
    value = instance.Priority
    public 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