Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / ExcelSparklineGroup Class / ReferenceError Property
Example


In This Topic
    ReferenceError Property (ExcelSparklineGroup)
    In This Topic
    Gets a value that indicates whether the current cell range is an invalid reference.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ReferenceError As Boolean
    'Usage
     
    
    Dim instance As ExcelSparklineGroup
    Dim value As Boolean
     
    value = instance.ReferenceError
    public bool ReferenceError {get;}

    Property Value

    true if the current cell range is an invalid reference; otherwise, false.
    Example
    This example creates sparklines.
    See Also