[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.CalculationEngine.IsCircularCell

IsCircularCell Method

IsCircularCell(IWorksheet, int, int)

Determines whether the specified cell is a circular cell.

Declaration
public bool IsCircularCell(IWorksheet worksheet, int row, int column)
Public Function IsCircularCell(worksheet As IWorksheet, row As Integer, column As Integer) As Boolean
Parameters
Type Name Description
IWorksheet worksheet

The worksheet contains the cell.

int row

An integer value indicates the row index.

int column

An integer value indicates the column index.

Returns
Type Description
bool

true if the specified cell is a circular cell; otherwise, false.