Table of Contents

ExcelMetrics.RowMultDisplay Method

Multiply by this number to convert the height of a row from GraphicsUnit.Display units (1/100 inch) to Excel internal units. See Excel Internal Units for more information in Excel internal units.

Remarks

1 Height unit=1/20 pt. 1pt=1/72 inch. -> 1 Height unit=1/(72*20) inch. -> 1inch/100= 72*20/100= 14.4 PrintPreview on Excel uses different coordinates than the screen.

Syntax

Namespace: FlexCel.Core

public static Double RowMultDisplay(IRowColSize Workbook)

Parameters

<-> Parameter Type Description
Workbook IRowColSize

See also