_Worksheet.CircularReference Property
Returns a Range object that represents the range containing the first circular reference on the sheet, or returns Nothing if there's no circular reference on the sheet. The circular reference must be removed before calculation can proceed. Read-only.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property CircularReference As Range
Get
'Usage
Dim instance As _Worksheet
Dim value As Range
value = instance.CircularReference
Range CircularReference { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.Range