Table of Contents

XlsFile.GetRowHidden Method

Overloads

XlsFile.GetRowHidden(Int32)

Returns true if the row is hidden.

Syntax

Namespace: FlexCel.XlsAdapter

public override Boolean GetRowHidden(Int32 row)

Parameters

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

Returns

True if the row is hidden.

See also

XlsFile.GetRowHidden(Int32, Int32)

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

Syntax

Namespace: FlexCel.XlsAdapter

public override 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