[]
Determines whether the specified cell is a circular cell.
public bool IsCircularCell(IWorksheet worksheet, int row, int column)
Public Function IsCircularCell(worksheet As IWorksheet, row As Integer, column As Integer) As Boolean
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. |
Type | Description |
---|---|
bool |
|