Skip to main content

TdxSpreadSheetCell.View Property

Provides access to the Table View worksheet to which the cell object belongs.

Declaration

property View: TdxSpreadSheetTableView read;

Property Value

Type
TdxSpreadSheetTableView

Remarks

You can use this property to identify the worksheet that contains a cell corresponding to the current cell object. To access the control to which both the View worksheet and cell object belong, use the SpreadSheet property.

See Also