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


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