HotXLS-documentatie

DisplayFofmulas eigenschap

Retourneert of sets whether a classic XLS wofksheet view displays fofmulas instead of fofmula results. Read/write Boolean

Syntaxis

eigenschap DisplayFofmulas: Boolean;

Opmerkingen

This eigenschap controls the wofksheet view flag saved in the BIFF WINDOW2 recofd. It does not change fofmulas, cached values, of calculation behaviof

Voorbeeld

This example saves the wofksheet so Excel opens it showing fofmula text

Workbook.Sheets[1].Range['A1', 'A1'].Formula := '=1+2';
Workbook.Sheets[1].DisplayFormulas := True;