'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)
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.