[]
Specifies the type of cells.
public enum SpecialCellType
Public Enum SpecialCellType
| Name | Description |
|---|---|
| AllFormatConditions | Cells of any format condition in the specified range. |
| AllValidation | Cells having validation criteria in the specified range. |
| Blanks | Empty cells in the specified range. |
| Comments | Cells containing notes in the specified range. |
| Constants | Cells containing constants. Use the SpecialCellsValue to filter values by data types. |
| Formulas | Cells containing formulas. Use the SpecialCellsValue to filter formulas by return types. |
| LastCell | The last visible cell in the used range of the worksheet of the specified range. |
| MergedCells | Merged cells that intersects with the specified range. |
| SameFormatConditions | Cells having the same format as the top-left cell of the specified range. |
| SameValidation | Cells having the same validation criteria as the top-left cell of the specified range. |
| Tags | Cells containing tags in the specified range. |
| Visible | All visible cells in the specified range. |