TdxSpreadSheetReferenceEditDialogForm.SpreadSheet Property
Provides access to the spreadsheet that shows the target worksheet of the dialog.
Declaration
property SpreadSheet: TdxCustomSpreadSheet read;
Property Value
Type |
---|
TdxCustomSpreadSheet |
Remarks
The “Page Setup“, “Name Manager“, and “New Name/Edit Name“ dialogs use this property as a source of look & feel settings. Cast the SpreadSheet property value to the TdxSpreadSheet or TdxSpreadSheetReportDesigner class to access control-specific class members.
See Also