Table of Contents

FlxConsts.ColMult Field

Important

This Field is obsolete.

This constant will not work when the user modifies the default font on a file. Use ExcelMetrics.ColMult instead.

OBSOLETE: Use ExcelMetrics.ColMult instead.

Multiply by this number to convert the width of a column from pixels to excel internal units. Note that the default column width is different, you need to multiply by DefColWidthAdapt

Syntax

Namespace: FlexCel.Core

public const Double ColMult = 36.57142857142857

See also