TdxSpreadSheetTableViewClearCellsOption Enum
Enumerates operations that a cell clear operation can include.
Declaration
TdxSpreadSheetTableViewClearCellsOption = (
ccoValues,
ccoHyperlinks,
ccoComments,
ccoStyles,
ccoFreeCellInstances
);
Members
Name |
---|
ccoValues
|
ccoHyperlinks
|
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