[]
        
Specifies cells with a particular type of value to include in the result.
[Flags]
public enum SpecialCellsValue
  <Flags>
Public Enum SpecialCellsValue
  | Name | Description | 
|---|---|
| All | Cells with any value.  | 
      
| Errors | Cells with errors.  | 
      
| Logical | Cells with logical values.  | 
      
| Numbers | Cells with numeric values.  | 
      
| TextValues | Cells with text.  |