TExcelFile.IsColMarkedForAutofit Method
Returns true is a column is marked for autofit.
Syntax
Unit: FlexCel.Core
function TExcelFile.IsColMarkedForAutofit(const col: Integer): Boolean; virtual; abstract;
Parameters
| <-> |
Parameter |
Type |
Description |
| const |
col |
Integer |
Column number(1 based) |
See also