TdxSpreadSheetCustomFormula.View Property
In This Article
Provides access to the worksheet or Grid View to which the formula expression belongs.
#Declaration
Delphi
property View: TObject read;
#Property Value
Type |
---|
TObject |
#Remarks
To access properties and methods provided by the worksheet or Grid View, cast the View property value to the corresponding class.
See Also