AutoFit
Specifies whether BestFitCol
or/and BestFitCol
methods will be called after cell is changed (e.g. AsString property is set, Font is changed etc.).
pas
property AutoFit: Boolean read FAutoFit write FAutoFit default False;
Remarks
Whether only one, or both methods are automatically called is specified within FitOptions
property.