Table of Contents

ExcelFile.GetRowHidden Method

Overloads

ExcelFile.GetRowHidden(Int32)

Returns true if the row is hidden.

Syntax

Namespace: FlexCel.Core

public abstract Boolean GetRowHidden(Int32 row)

Parameters

<-> Parameter Type Description
row Int32 Row index (1 based).

Returns

True if the row is hidden.

See also

ExcelFile.GetRowHidden(Int32, Int32)

Returns true if the row is hidden. This method does not care about ActiveSheet.

Syntax

Namespace: FlexCel.Core

public abstract Boolean GetRowHidden(Int32 sheet, Int32 row)

Parameters

<-> Parameter Type Description
sheet Int32 Sheet index (1 based) for the row.
row Int32 Row index (1 based).

Returns

True if the row is hidden.

See also