Table of Contents

TXlsFile.SheetOptions Property

This property groups a lot of properties of the sheet, like for example if it is showing formula texts or the results. Most of this properties can be changed directly from XlsFile, but this method allows you to change them all together, or to easily copy the options from one file to another. Look also at TExcelFile.SheetWindowOptions for options that affect all sheets. This property can work in different windows depending on the value of TExcelFile.ActiveWindow

Syntax

Unit: FlexCel.XlsAdapter

property TXlsFile.SheetOptions: TSheetOptions

See also