TXlsCellRange.Contains Method
Returns true if the cell is inside the range.
Syntax
Unit: FlexCel.Core
function TXlsCellRange.Contains(const R1: Integer; const C1: Integer): Boolean;
Parameters
| <-> |
Parameter |
Type |
Description |
| const |
R1 |
Integer |
|
| const |
C1 |
Integer |
|
See also