Skip to main content

TdxSpreadSheetViewPersistentObject.SpreadSheet Property

Provides access to the Spreadsheet or Report Designer control to which the view persistent object belongs.

Declaration

property SpreadSheet: TdxCustomSpreadSheet read;

Property Value

Type
TdxCustomSpreadSheet

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