Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxSpreadSheetTableViewClearCellsOption Enum

Enumerates operations that a cell clear operation can include.

#Declaration

Delphi
TdxSpreadSheetTableViewClearCellsOption = (
    ccoValues,
    ccoHyperlinks,
    ccoComments,
    ccoStyles,
    ccoFreeCellInstances
);

#Members

Name
ccoValues
ccoComments
ccoStyles
ccoFreeCellInstances

#Remarks

A cell clear operation:

Value Description
ccoValues Deletes all values that the cleared cells contain.
ccoHyperlinks Deletes all hyperlinks that use the cleared cells as hot areas.
ccoComments Deletes all comment containers associated with the cleared cells.
ccoStyles Clears custom formatting in the cleared cells (that is, restores the default cell style).
ccoFreeCellInstances Releases all cell objects that correspond to the cleared cells.

The TdxSpreadSheetTableViewClearCellsOptions type references the TdxSpreadSheetTableViewClearCellsOption type.

See Also