Skip to main content

TdxSpreadSheetCell.SpreadSheet Property

Returns the control instance to which the cell object belongs.

Declaration

property SpreadSheet: TdxCustomSpreadSheet read;

Property Value

Type
TdxCustomSpreadSheet

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