Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Model Namespace / ParseException Class / ErrorOffset Property


In This Topic
    ErrorOffset Property
    In This Topic
    Gets the position were the error was found.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ErrorOffset As Integer
    'Usage
     
    
    Dim instance As ParseException
    Dim value As Integer
     
    value = instance.ErrorOffset
    public int ErrorOffset {get;}
    See Also