InfoConnect API Guide
Attachmate.Reflection.Productivity Namespace / MisspelledWord Structure / StartRow Property


In This Topic
    StartRow Property (MisspelledWord)
    In This Topic
    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