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


In This Topic
    Priority Property (ISortField)
    In This Topic
    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