Table of Contents

ExcelFile.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

Namespace: FlexCel.Core

public abstract String GetSheetName(Int32 sheetIndex)

Parameters

<-> Parameter Type Description
sheetIndex Int32

See also