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