Nevron Open Vision Documentation
Nevron.Nov.Data Namespace / NDataSource Class / Item Property / Item(Int32,Int32) Property


In This Topic
    Item(Int32,Int32) Property
    In This Topic
    Gets or sets the value for the specified row field.
    Syntax
    'Declaration
     
    
    Public Overloads Property Item( _
       ByVal row As System.Integer, _
       ByVal field As System.Integer _
    ) As System.Object
    'Usage
     
    
    Dim instance As NDataSource
    Dim row As System.Integer
    Dim field As System.Integer
    Dim value As System.Object
     
    instance.Item(row, field) = value
     
    value = instance.Item(row, field)
    public System.object Item( 
       System.int row,
       System.int field
    ) {get; set;}

    Parameters

    row
    field
    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