[]
        
Specifies the type of cells.
public enum SpecialCellType
  Public Enum SpecialCellType
  | Name | Description | 
|---|---|
| AllFormatConditions | Cells of any format.  | 
      
| AllValidation | Cells having validation criteria.  | 
      
| Blanks | Empty cells.  | 
      
| Comments | Cells containing notes.  | 
      
| 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 cell in the used range.  | 
      
| SameFormatConditions | Cells having the same format.  | 
      
| SameValidation | Cells having the same validation criteria.  | 
      
| Visible | All visible cells.  |