IRowColSize.IsEmptyRow Method
True if the specified row does not have any cells, nor any format on it.
In short, this row has never been used.
Syntax
Unit: FlexCel.Core
function IRowColSize.IsEmptyRow(const row: Integer): Boolean; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
row |
Integer |
Row to test (1-based) |
See also