Table of Contents

TExcelFile.SetRowHidden Method

Hides or shows a specific row.

Syntax

Unit: FlexCel.Core

procedure TExcelFile.SetRowHidden(const row: Integer; const hide: Boolean); virtual; abstract;

Parameters

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

See also