TdxSpreadSheetTableView.ClearCellValues Method
In This Article
Clears all values from the current cell selection.
#Declaration
Delphi
procedure ClearCellValues;
#Remarks
Call this procedure to delete values in all selected cells and cell ranges. The procedure neither restores the default cell style nor releases the underlying cell objects in the cell selection areas.
Note
A Clear
See Also