Table of Contents

TXlsFile.GetSheetVisible Method

Returns if a given sheet is visible.

Syntax

Unit: FlexCel.XlsAdapter

function TXlsFile.GetSheetVisible(const sheet: Integer): TXlsSheetVisible; override;

Parameters

<-> Parameter Type Description
const sheet Integer Sheet index (1 based)

See also