Table of Contents

ExcelFile.GetSheetIndexFromID Method

Returns the ActiveSheet for a stored SheetID. You can use this method together with SheetID to save and restore an ActiveSheet when you are adding or removing sheets.

If the sheet ID doesn't exist, this method will return 0.

Syntax

Namespace: FlexCel.Core

public abstract Int32 GetSheetIndexFromID(Guid aSheetID)

Parameters

<-> Parameter Type Description
aSheetID Guid

See also