Table of Contents

ExcelMetrics.DefColWidthAdapt Method

Convert the DEFAULT column width to resolution-independent-pixels (1/96 of an inch). This is different from ColMult, that goes in a column by column basis. See Excel Internal Units for more information in Excel internal units.

Syntax

Namespace: FlexCel.Core

public static Int32 DefColWidthAdapt(Int32 width, ExcelFile workbook)

Parameters

<-> Parameter Type Description
width Int32
workbook ExcelFile

See also