Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / CellRangeSegmentData Class / ReferenceError Property


In This Topic
    ReferenceError Property (CellRangeSegmentData)
    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 CellRangeSegmentData
    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.
    See Also