Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Worksheet Class / CircularReference Property


In This Topic
    CircularReference Property (Worksheet)
    In This Topic
    Gets an IRange object that that represents the range containing the first circular reference on the sheet.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CircularReference As IRange
    'Usage
     
    
    Dim instance As Worksheet
    Dim value As IRange
     
    value = instance.CircularReference
    public IRange CircularReference {get;}

    Property Value

    An IRange object that that represents the range containing the first circular reference on the sheet. null if there's no circular reference on the sheet.
    See Also