Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NSortingRule Class / FromFieldName Method / FromFieldName(NColumn,String) Method


In This Topic
    FromFieldName(NColumn,String) Method
    In This Topic
    Helper that creates a new NSortingRule for the specified field name.
    Syntax
    'Declaration
     
    
    Public Overloads Shared Function FromFieldName( _
       ByVal column As NColumn, _
       ByVal fieldName As System.String _
    ) As NSortingRule
    'Usage
     
    
    Dim column As NColumn
    Dim fieldName As System.String
    Dim value As NSortingRule
     
    value = NSortingRule.FromFieldName(column, fieldName)
    public static NSortingRule FromFieldName( 
       NColumn column,
       System.string fieldName
    )

    Parameters

    column
    fieldName
    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