InfoConnect for Unisys
MisspelledWord Constructor


Starting row screen coordinate of the misspelled word.
Starting column screen coordinate of the misspelled word.
The misspelled word.
Any spelling suggestions that are available for correction.
Constructor. Returns the suggested word.
Syntax
'Declaration
 
Public Function New( _
   ByVal startRow As Integer, _
   ByVal startCol As Integer, _
   ByVal word As String, _
   ByVal suggestions() As String _
)
'Usage
 
Dim startRow As Integer
Dim startCol As Integer
Dim word As String
Dim suggestions() As String
 
Dim instance As New MisspelledWord(startRow, startCol, word, suggestions)
public MisspelledWord( 
   int startRow,
   int startCol,
   string word,
   string[] suggestions
)

Parameters

startRow
Starting row screen coordinate of the misspelled word.
startCol
Starting column screen coordinate of the misspelled word.
word
The misspelled word.
suggestions
Any spelling suggestions that are available for correction.
See Also