Table of Contents

ExcelFile.IsNotFormattedCol Method

True if the specified column does not have any format applied on it.

Syntax

Namespace: FlexCel.Core

public abstract Boolean IsNotFormattedCol(Int32 col)

Parameters

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

See also