Spread WPF 17
GrapeCity.CalcEngine Namespace / CalcParseException Class / ErrorOffset Property


In This Topic
    ErrorOffset Property
    In This Topic
    Gets a number of offset to an error in string formula.
    Syntax
    'Declaration
     
    Public ReadOnly Property ErrorOffset As Integer
    'Usage
     
    Dim instance As CalcParseException
    Dim value As Integer
     
    value = instance.ErrorOffset
    public int ErrorOffset {get;}
    See Also