Table of Contents

TExcelMetrics.ColMultDisplay Method

Multiply by this number to convert the width of a column from GraphicsUnit.Display units (1/100 inch) to Excel internal units. Note that the default column width is different, you need to multiply by DefColWidthAdapt See Excel Internal Units for more information in Excel internal units.

Syntax

Unit: FlexCel.Core

class function TExcelMetrics.ColMultDisplay(const Workbook: IRowColSize): Double; static;

Parameters

<-> Parameter Type Description
const Workbook IRowColSize

See also