TdxSpreadSheetCustomFormula.View Property
Provides access to the worksheet or Grid View to which the formula expression belongs.
Declaration
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