TdxSpreadSheetViewPersistentObject.View Property
Returns a worksheet object to which the current view persistent object belongs.
Declaration
property View: TdxSpreadSheetCustomView read;
Property Value
Type |
---|
TdxSpreadSheetCustomView |
Remarks
The View property supports the internal infrastructure and is not intended to be used directly from your code.
Note
Since the View property returns the generic worksheet object, you may need to cast it to the actual worksheet type (TdxSpreadSheetTableView, for instance) in order to access its type-specific methods and properties.
See Also