Syntax
'Declaration
Public Function GetNextSpellingErrorCharacterIndex( _
ByVal As System.Integer, _
ByVal As System.Windows.Documents.LogicalDirection _
) As System.Integer
'Usage
Dim instance As EditingElement
Dim charIndex As System.Integer
Dim direction As System.Windows.Documents.LogicalDirection
Dim value As System.Integer
value = instance.GetNextSpellingErrorCharacterIndex(charIndex, direction)
public System.int GetNextSpellingErrorCharacterIndex(
System.int ,
System.Windows.Documents.LogicalDirection
)
Parameters
- charIndex
- direction
See Also