TdxSpreadSheetCell.Clear Method
Deletes the cell object’s current value.
Declaration
procedure Clear;
Remarks
You can call this procedure or set the IsEmpty property to True to delete the stored value and/or destroy the associated parsed formula expression.
See Also