Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IWorksheet Interface / CircularReference Property


In This Topic
    CircularReference Property (IWorksheet)
    In This Topic
    Gets an IRange object that represents the range containing the first circular reference on the worksheet, or returns null if there's no circular reference on the worksheet.
    Syntax
    'Declaration
     
    
    ReadOnly Property CircularReference As IRange
    'Usage
     
    
    Dim instance As IWorksheet
    Dim value As IRange
     
    value = instance.CircularReference
    IRange CircularReference {get;}

    Property Value

    The first circular reference on the worksheet.
    See Also