TdxSpreadSheetCustomFormulaBar.SpreadSheet Property
In This Article
Specifies a spreadsheet control to which the Formula Bar control belongs.
#Declaration
Delphi
property SpreadSheet: TdxCustomSpreadSheet read; write;
#Property Value
Type |
---|
Tdx |
#Remarks
The Formula Bar control can show end edit cell values, insert registered functions, search and rename floating containers, and create defined names for a spreadsheet control assigned to the SpreadSheet property. The Formula Bar provides no functionality if no control is associated with it.
Note
A Formula Bar created at design time automatically connects to the spreadsheet control placed earlier on the same application form. In this case, you can use the Spread
The SpreadSheet property’s default value is nil.
See Also