TdxSpreadSheetCell.GetAsFormulaObject Method
Returns a parsed formula expression associated with the cell object.
Declaration
function GetAsFormulaObject: TObject;
Returns
Type | Description |
---|---|
TObject | Returns a TdxSpreadSheetFormula class instance if the GetDataType function returns Otherwise, returns |
See Also