Nevron Open Vision Documentation
Nevron.Nov.Data Namespace / NDataSource Class / InsertField Method


In This Topic
    InsertField Method (NDataSource)
    In This Topic
    Inserts a new field at the specified index, if CanInsertField is true
    Syntax
    'Declaration
     
    
    Public Sub InsertField( _
       ByVal index As System.Integer, _
       ByVal fieldInfo As NFieldInfo _
    ) 
    'Usage
     
    
    Dim instance As NDataSource
    Dim index As System.Integer
    Dim fieldInfo As NFieldInfo
     
    instance.InsertField(index, fieldInfo)
    public void InsertField( 
       System.int index,
       NFieldInfo fieldInfo
    )

    Parameters

    index
    fieldInfo
    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