Table of Contents

ExcelFile.SetRowHidden Method

Hides or shows a specific row.

Syntax

Namespace: FlexCel.Core

public abstract void SetRowHidden(Int32 row, Boolean hide)

Parameters

<-> Parameter Type Description
row Int32 Row index (1 based)
hide Boolean If true, row will be hidden, if false it will be visible.

See also