Table of Contents

TXlsFile.ActiveSheetByName Property

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

Remarks

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

Syntax

Unit: FlexCel.XlsAdapter

property TXlsFile.ActiveSheetByName: string

See also