Table of Contents

TXlsFile.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.XlsAdapter

function TXlsFile.IsEmptyRow(const row: Integer): Boolean; override;

Parameters

<-> Parameter Type Description
const row Integer Row to test (1-based)

See also