Table of Contents

FlxConsts.DefColWidthAdapt Field

Important

This Field is obsolete.

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

OBSOLETE: Use ExcelMetrics.DefColWidthAdapt instead.

Multiply by this number to convert the DEFAULT column width to pixels. This is different from ColMult, that goes in a column by column basis.

Syntax

Namespace: FlexCel.Core

public const Int32 DefColWidthAdapt = 293

See also