'Declaration
Public Function IsCircularCell( _ ByVal worksheet As IWorksheet, _ ByVal row As Integer, _ ByVal column As Integer _ ) As Boolean
'Usage
Dim instance As CalculationEngine Dim worksheet As IWorksheet Dim row As Integer Dim column As Integer Dim value As Boolean value = instance.IsCircularCell(worksheet, row, column)
Parameters
- worksheet
- The worksheet contains the cell.
- row
- An integer value indicates the row index.
- column
- An integer value indicates the column index.
Return Value
true
if the specified cell is a circular cell; otherwise, false
.