Table of Contents

XlsFile.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

Namespace: FlexCel.XlsAdapter

public override Boolean IsEmptyRow(Int32 row)

Parameters

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

See also