TdxSpreadSheetCell.SpreadSheet Property
In This Article
Returns the control instance to which the cell object belongs.
#Declaration
Delphi
property SpreadSheet: TdxCustomSpreadSheet read;
#Property Value
Type |
---|
Tdx |
#Remarks
To access the control-specific properties and methods, cast the SpreadSheet property value to the TdxSpreadSheet or TdxSpreadSheetReportDesigner class.
Use the View property to access the Table View worksheet to which the cell object belongs.
See Also