Table of Contents

ExcelFile.GetColHidden Method

Returns true if the column is hidden.

Syntax

Namespace: FlexCel.Core

public abstract Boolean GetColHidden(Int32 col)

Parameters

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

Returns

True if the column is hidden.

See also