Table of Contents

ExcelMetrics.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

Namespace: FlexCel.Core

public static Double ColMultDisplay(IRowColSize Workbook)

Parameters

<-> Parameter Type Description
Workbook IRowColSize

See also