Nevron Open Vision Documentation
Nevron.Nov.Grid Namespace / NDataColumn Class / SetRowValue Method


In This Topic
    SetRowValue Method (NDataColumn)
    In This Topic
    Sets the column value for the specified data row. This implementation sets a field value for the specified row.
    Syntax
    'Declaration
     
    
    Public Overrides Sub SetRowValue( _
       ByVal row As System.Integer, _
       ByVal value As System.Object _
    ) 
    'Usage
     
    
    Dim instance As NDataColumn
    Dim row As System.Integer
    Dim value As System.Object
     
    instance.SetRowValue(row, value)
    public override void SetRowValue( 
       System.int row,
       System.object value
    )

    Parameters

    row
    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