Table of Contents

XlsFile.IsColMarkedForAutofit Method

Returns true is a column is marked for autofit.

Syntax

Namespace: FlexCel.XlsAdapter

public override Boolean IsColMarkedForAutofit(Int32 col)

Parameters

<-> Parameter Type Description
col Int32 Column number(1 based)

See also