Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NFilteringRule Class / NFilteringRule Constructor / NFilteringRule Constructor(NColumn,ENRowConditionOperator,String)


In This Topic
    NFilteringRule Constructor(NColumn,ENRowConditionOperator,String)
    In This Topic
    Creates a new filter rule associated with the specified column that has a comparison row condition with the specified operator and value.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal column As NColumn, _
       ByVal op As ENRowConditionOperator, _
       ByVal value As System.String _
    )
    'Usage
     
    
    Dim column As NColumn
    Dim op As ENRowConditionOperator
    Dim value As System.String
     
    Dim instance As New NFilteringRule(column, op, value)
    public NFilteringRule( 
       NColumn column,
       ENRowConditionOperator op,
       System.string value
    )

    Parameters

    column
    op
    value
    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