Version

GetUnderlinedErrorStartingAt Method

Gets the index of the UnderlinedError in this collection with the specified start index.
Syntax
'Declaration
 
Public Function GetUnderlinedErrorStartingAt( _
   ByVal index As Integer _
) As Integer
public int GetUnderlinedErrorStartingAt( 
   int index
)

Parameters

index
The start index of the underline to look for in the collection.

Return Value

The zero-based index of value in this collection if value is found; otherwise, a negative number, which is the bitwise complement of the index of the next element that is larger than value or, if there is no larger element, the bitwise complement of collection's count.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also