fpspreadsheet: Fix default value of TsWorksheetGrid.AutoExpand.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5749 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2017-02-15 10:08:42 +00:00
parent 7ba570a589
commit 6ac78ab6b6

View File

@ -518,7 +518,7 @@ type
{@@ Automatically recalculates the worksheet formulas if a cell value changes. } {@@ Automatically recalculates the worksheet formulas if a cell value changes. }
property AutoCalc; property AutoCalc;
{@@ Automatically expand grid dimensions } {@@ 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. {@@ Displays column and row headers in the fixed col/row style of the grid.
Deprecated. Use ShowHeaders instead. } Deprecated. Use ShowHeaders instead. }
property DisplayFixedColRow; deprecated 'Use ShowHeaders'; property DisplayFixedColRow; deprecated 'Use ShowHeaders';