[]
Determines whether the range contains a specific cell.
public bool Contains(XLSheet sheet, int row, int col)
Type | Name | Description |
---|---|---|
XLSheet | sheet | The worksheet containing the cell. |
int | row | The row index of the cell. |
int | col | The column index of the cell. |
Type | Description |
---|---|
bool | True if the current named range contains the specified cell, false otherwise. |