Table of Contents

XlsFile.IsNotFormattedCol Method

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

Syntax

Namespace: FlexCel.XlsAdapter

public override Boolean IsNotFormattedCol(Int32 col)

Parameters

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

See also