Table of Contents

TExcelFile.GetSheetName Method

Returns the sheet name for a given index. To change the active sheet by the name, use ActiveSheetByName. See also GetSheetIndex(string)

Syntax

Unit: FlexCel.Core

function TExcelFile.GetSheetName(const sheetIndex: Integer): string; virtual; abstract;

Parameters

<-> Parameter Type Description
const sheetIndex Integer

See also