Spread Windows Forms 12.0 Product Documentation
CircularReference Property


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > IWorksheet Interface : CircularReference Property
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

Reference

IWorksheet Interface
IWorksheet Members