TXlsCellRange.Contains Method
Returns true if the cell is inside the range.
Syntax
Namespace: FlexCel.Core
public Boolean Contains(Int32 R1, Int32 C1)
Parameters
<-> | Parameter | Type | Description |
---|---|---|---|
R1 | Int32 | ||
C1 | Int32 |
Returns true if the cell is inside the range.
Namespace: FlexCel.Core
public Boolean Contains(Int32 R1, Int32 C1)
<-> | Parameter | Type | Description |
---|---|---|---|
R1 | Int32 | ||
C1 | Int32 |