TXlsCellRange.HasRow Method
True if the specified row is in the range
Syntax
Unit: FlexCel.Core
function TXlsCellRange.HasRow(const row: Integer): Boolean;
Parameters
<-> |
Parameter |
Type |
Description |
const |
row |
Integer |
Row we want to know if is on the range. |
See also