Table of Contents

XlsFile.ActiveSheetByName Property

The sheet where we are working on, referred by name instead of by index. To change the active sheet name, use ExcelFile.SheetName

Remarks

Setting the active sheet will also set the selected sheet in the file, except when the object is a light clone (ExcelFile.LightClone) For lightcloned object, the selected file won't change.

Syntax

Namespace: FlexCel.XlsAdapter

public override String ActiveSheetByName { get; set; }

See also