Reflection
StartCol Property


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