show_formulas_as
Specifies what to output when filtering text from cells in a Microsoft Excel file. By default KeyView outputs only the cell value, but you can choose to output the formula that Excel used to calculate the value, or both the cell value and formula. For more information about this feature, see Formulas - Microsoft Excel
The value you pass to this method must be one of the options defined in the enumeration ShowFormulasAs.
Default value: ValuesOnly
Syntax
Configuration& Configuration::show_formulas_as(ShowFormulasAs show_formulas_as)