CalcEngine for .NET
C1.CalcEngine Namespace / ErrorInfo Class / Length Property

In This Topic
    Length Property
    In This Topic
    Gets a value that indicates a length of error. This value is used for underline errors.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Length As Integer
    public int Length {get;}
    See Also