TdxSpreadSheetViewPersistentObject.SpreadSheet Property
In This Article
Provides access to the Spreadsheet or Report Designer control to which the view persistent object belongs.
#Declaration
Delphi
property SpreadSheet: TdxCustomSpreadSheet read;
#Property Value
Type |
---|
Tdx |
#Remarks
This property returns the View.SpreadSheet property value that you can cast to the TdxSpreadSheet or TdxSpreadSheetReportDesigner class to access the control’s class-specific members. You can call the SpreadSheet.ClassName class function to identify the actual control class.
See Also