Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NSortingRule Class / NSortingRule Constructor / NSortingRule Constructor(NRowValue,ENSortingDirection)


In This Topic
    NSortingRule Constructor(NRowValue,ENSortingDirection)
    In This Topic
    Initializes a new rule associated with the specified row value provider
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal rowValue As NRowValue, _
       ByVal sortingDirection As ENSortingDirection _
    )
    'Usage
     
    
    Dim rowValue As NRowValue
    Dim sortingDirection As ENSortingDirection
     
    Dim instance As New NSortingRule(rowValue, sortingDirection)

    Parameters

    rowValue
    sortingDirection
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also