[]
        
Indicates which data type will be performed.
[Flags]
public enum ManipulationOptions
  <Flags>
Public Enum ManipulationOptions
  | Name | Description | 
|---|---|
| All | Manipulate with all data.  | 
      
| Comments | Manipulate with comments.  | 
      
| ConditionalFormatting | Manipulate with conditional formatting.  | 
      
| Contents | Manipulate with cell values and formulas.  | 
      
| Formats | Manipulate with formatting and number formats.  | 
      
| Formatting | Manipulate with formatting. This option includes the NumberFormats option.  | 
      
| Formulas | Manipulate with cell formulas.  | 
      
| NumberFormats | Manipulate with number formats.  | 
      
| Values | Manipulate with cell values.  |