Table of Contents

XlsFile.ShowFormulaText Property

When true, the formula text will be displayed instead of the formula value. You can also set this option with ExcelFile.SheetOptions This property can work in different windows depending on the value of ExcelFile.ActiveWindow

Syntax

Namespace: FlexCel.XlsAdapter

public override Boolean ShowFormulaText { get; set; }

See also