True if the specified column does not have any format applied on it.
Syntax
Unit: FlexCel.Core
function TExcelFile.IsNotFormattedCol(const col: Integer): Boolean; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
col |
Integer |
Column to test (1-based) |
See also