Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NDetailsRow Class / GetCellAt Method


In This Topic
    GetCellAt Method (NDetailsRow)
    In This Topic
    Gets the cell at the specified inde.
    Syntax
    'Declaration
     
    
    Public Overrides Function GetCellAt( _
       ByVal index As System.Integer _
    ) As NCell
    'Usage
     
    
    Dim instance As NDetailsRow
    Dim index As System.Integer
    Dim value As NCell
     
    value = instance.GetCellAt(index)
    public override NCell GetCellAt( 
       System.int index
    )

    Parameters

    index
    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