Table of Contents

ExcelFile.IsColMarkedForAutofit Method

Returns true is a column is marked for autofit.

Syntax

Namespace: FlexCel.Core

public abstract Boolean IsColMarkedForAutofit(Int32 col)

Parameters

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

See also