TdxSpreadSheetCell.View Property
In This Article
Provides access to the Table View worksheet to which the cell object belongs.
#Declaration
Delphi
property View: TdxSpreadSheetTableView read;
#Property Value
Type |
---|
Tdx |
#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