You've already forked lazarus-ccr
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:
@ -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';
|
||||||
|
Reference in New Issue
Block a user