Click or drag to resize

PasteToExcel Class

Pastes clipboard text to active cell in Excel. If Excel is not running it will be invoked.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.Commands.ExportPasteToExcel

Namespace:  MediaCy.Commands.Export
Assembly:  MediaCy.Commands (in MediaCy.Commands.dll) Version: 3.1.0.0
Syntax
VB
Public Class PasteToExcel
	Inherits BaseCommand

The PasteToExcel type exposes the following members.

Constructors
  NameDescription
Public methodPasteToExcel
Initializes a new instance of the PasteToExcel class
Public methodPasteToExcel(String)
Initializes a new instance of the PasteToExcel class
Public methodPasteToExcel(McCommand)
Initializes a new instance of the PasteToExcel class
Top
Properties
  NameDescription
Public propertyFormatTable
Apply table formatting highlighting header.
Public propertyNewSheet
Paste to new sheet. Default is false, in that case the data is pasted to the active cell.
Public propertyPostPasteOffset
Shift active cell selection after paste. It can be used for data collection from multiple objects in one data sheet.
Public propertyWarnOnDataOverwrite
Show warning if the data in the active worksheet is about to be overwritten.
Top
Remarks