Skip to main content

TdxSpreadSheetCustomFormulaBar.SpreadSheet Property

Specifies a spreadsheet control to which the Formula Bar control belongs.

Declaration

property SpreadSheet: TdxCustomSpreadSheet read; write;

Property Value

Type
TdxCustomSpreadSheet

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 SpreadSheet property to associate the Formula Bar with another Spreadsheet or Report Designer control in your application.

The SpreadSheet property’s default value is nil.

See Also