Nevron Open Vision Documentation
Nevron.Nov Namespace / NWordProcessor Class / GetWordIndex Method


In This Topic
    GetWordIndex Method
    In This Topic
    Gets the word index of the word the given position in the string is part of.
    Syntax
    'Declaration
     
    
    Public Function GetWordIndex( _
       ByVal position As System.Integer _
    ) As System.Integer
    'Usage
     
    
    Dim instance As NWordProcessor
    Dim position As System.Integer
    Dim value As System.Integer
     
    value = instance.GetWordIndex(position)
    public System.int GetWordIndex( 
       System.int position
    )

    Parameters

    position
    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