diff --git a/components/fpspreadsheet/source/visual/fpspreadsheetgrid.pas b/components/fpspreadsheet/source/visual/fpspreadsheetgrid.pas index c574423b8..d34bb5dc0 100644 --- a/components/fpspreadsheet/source/visual/fpspreadsheetgrid.pas +++ b/components/fpspreadsheet/source/visual/fpspreadsheetgrid.pas @@ -518,7 +518,7 @@ type {@@ Automatically recalculates the worksheet formulas if a cell value changes. } property AutoCalc; {@@ Automatically expand grid dimensions } - property AutoExpand default [aeData, aeNavigation]; + property AutoExpand; {@@ Displays column and row headers in the fixed col/row style of the grid. Deprecated. Use ShowHeaders instead. } property DisplayFixedColRow; deprecated 'Use ShowHeaders';