TdxSpreadSheetFormulaController.SpreadSheet Property
Returns the Spreadsheet or Report Designer control instance to which the formula controller belongs.
Declaration
property SpreadSheet: TdxCustomSpreadSheet read;
Property Value
Type |
---|
TdxCustomSpreadSheet |
Remarks
To access the control-specific members of the formula controller’s owner, cast the SpreadSheet property value to the TdxSpreadSheet or TdxSpreadSheetReportDesigner class.
See Also