Table of Contents

TXlsFile.SetRowHidden Method

Hides or shows a specific row.

Syntax

Unit: FlexCel.XlsAdapter

procedure TXlsFile.SetRowHidden(const row: Integer; const hide: Boolean); override;

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