Attachmate.Reflection.Productivity Namespace > MisspelledWord Structure : MisspelledWord Constructor |
'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)