CircularReference Property (Worksheet)
Gets an
IRange object that that represents the range containing the first circular reference on the sheet.
public IRange CircularReference {get;}
'Declaration
Public ReadOnly Property CircularReference As IRange
'Usage
Dim instance As Worksheet
Dim value As IRange
value = instance.CircularReference
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.