Table of Contents

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

Namespace: FlexCel.Core

public abstract Boolean IsEmptyRow(Int32 row)

Parameters

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

See also