[]
Determines whether the range contains a specific cell.
public bool Contains(XLSheet sheet, int row, int col)
| Type | Name | Description |
|---|---|---|
| XLSheet | sheet | |
| int | row | |
| int | col |
| Type | Description |
|---|---|
| bool |
Determines whether the range contains a specific range.
public bool Contains(XLCellRange cr)
| Type | Name | Description |
|---|---|---|
| XLCellRange | cr |
| Type | Description |
|---|---|
| bool |