Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.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;}

    Property Value

    Integer number that represents the position
    See Also