Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NFormattingRule Class / fEdh Method


In This Topic
    fEdh Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Sub fEdh( _
       ByVal GEdh As NDataCell, _
       ByVal hEdh As NWidget, _
       ByVal IEdh As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NFormattingRule
    Dim GEdh As NDataCell
    Dim hEdh As NWidget
    Dim IEdh As System.Object
     
    instance.fEdh(GEdh, hEdh, IEdh)
    internal void fEdh( 
       NDataCell GEdh,
       NWidget hEdh,
       System.object IEdh
    )

    Parameters

    GEdh
    hEdh
    IEdh
    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