TExcelMetrics.FmlaMult Method
When showing/printing the sheet and "Show formula" check box is on, column widths are double of the normal ones.
This method returns 0.5 when "Show formulas" is turned on, and 1 if it is not.
Syntax
Unit: FlexCel.Core
class function TExcelMetrics.FmlaMult(const Workbook: IRowColSize): Double; static;
Parameters
<-> |
Parameter |
Type |
Description |
const |
Workbook |
IRowColSize |
|
See also