TdxSpreadSheetTableViewClearCellsOption Enum
In This Article
Enumerates operations that a cell clear operation can include.
#Declaration
Delphi
TdxSpreadSheetTableViewClearCellsOption = (
ccoValues,
ccoHyperlinks,
ccoComments,
ccoStyles,
ccoFreeCellInstances
);
#Members
Name |
---|
cco
|
cco
|
cco
|
cco
|
cco
|
#Remarks
A cell clear operation:
Value | Description |
---|---|
cco |
Deletes all values that the cleared cells contain. |
cco |
Deletes all hyperlinks that use the cleared cells as hot areas. |
cco |
Deletes all comment containers associated with the cleared cells. |
cco |
Clears custom formatting in the cleared cells (that is, restores the default cell style). |
cco |
Releases all cell objects that correspond to the cleared cells. |
The TdxSpreadSheetTableViewClearCellsOptions type references the TdxSpreadSheetTableViewClearCellsOption type.
See Also