Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NGridSelection Class / ClickCell Method


In This Topic
    ClickCell Method
    In This Topic
    Called when a cell is clicked
    Syntax
    'Declaration
     
    
    Public Overridable Sub ClickCell( _
       ByVal cell As NCell, _
       ByVal doubleClick As System.Boolean _
    ) 
    'Usage
     
    
    Dim instance As NGridSelection
    Dim cell As NCell
    Dim doubleClick As System.Boolean
     
    instance.ClickCell(cell, doubleClick)
    public virtual void ClickCell( 
       NCell cell,
       System.bool doubleClick
    )

    Parameters

    cell
    doubleClick
    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