Table of Contents

FlxConsts.RowMultDisplay Field

Important

This Field is obsolete.

Use ExcelMetrics.RowMultDisplay instead.

OBSOLETE: Use ExcelMetrics.RowMultDisplay instead.

Multiply by this number to convert the height of a row from GraphicsUnit.Display units (1/100 inch) to 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

Syntax

Namespace: FlexCel.Core

public const Double RowMultDisplay = 14.72

See also