InfoConnect for Unisys
StartRow Property (MisspelledWord)


Returns the starting row of the misspelled word.
Syntax
'Declaration
 
Public ReadOnly Property StartRow As Integer
'Usage
 
Dim instance As MisspelledWord
Dim value As Integer
 
value = instance.StartRow
public int StartRow {get;}
See Also