PasteToExcel Class | 
            
               | 
          
Namespace: MediaCy.Commands.Export
Public Class PasteToExcel Inherits BaseCommand
The PasteToExcel type exposes the following members.
| Name | Description | |
|---|---|---|
| PasteToExcel | Initializes a new instance of the PasteToExcel class  | |
| PasteToExcel(String) | Initializes a new instance of the PasteToExcel class  | |
| PasteToExcel(McCommand) | Initializes a new instance of the PasteToExcel class  | 
| Name | Description | |
|---|---|---|
| FormatTable | 
 Apply table formatting highlighting header.
   | |
| NewSheet | 
 Paste to new sheet. Default is false, in that case the data is pasted to the active cell.
   | |
| PostPasteOffset | 
 Shift active cell selection after paste. It can be used for data collection from multiple objects in one data sheet.
   | |
| WarnOnDataOverwrite | 
 Show warning if the data in the active worksheet is about to be overwritten.
   |