Click or drag to resize

ExportToExcel Class

Exports Text (tab or semicolon separated), Image, DataTable, GridEX, NChartControl or McWindow into Excel. Input is a title, Input2 is an object.
Inheritance Hierarchy
SystemObject
  MediaCy.IQL.ApplicationMcCommand
    MediaCy.IQL.ApplicationMcCommandExtended
      MediaCy.CommandsBaseCommand
        MediaCy.CommandsOneInputCommandString
          MediaCy.CommandsTwoInputsCommandString, Object
            MediaCy.Commands.ExportBaseExportCommand
              MediaCy.Commands.ExportExportToExcel

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

The ExportToExcel type exposes the following members.

Constructors
  NameDescription
Public methodExportToExcel
Initializes a new instance of the ExportToExcel class
Public methodExportToExcel(String)
Initializes a new instance of the ExportToExcel class
Public methodExportToExcel(McCommand)
Initializes a new instance of the ExportToExcel class
Top
Properties
  NameDescription
Public propertyAbsolutePosition
Defines absolute position (starting cell). If AbsolutePosition.X >= 1 and AbsolutePosition.Y >= 1 then Position and Offset parameters will be ignored and the data will be exported at selected cell.
Public propertyBorders
Draw table borders or not.
Public propertyColumnHeaders
Export 1st table column headers or not.
Public propertyColumnHeaders2
Export 2nd, etc table column headers or not.
Public propertyDirection
Defines direction if more than one object exported.
Public propertyExpandedRowsOnly
Export only expanded rows when true.
Public propertyStatic memberFileFilter
Returns file filters in format NAME|*.EXT for selected object.
Public propertyStatic memberIsInstalled
Returns True if Excel installed on this computer.
Public propertyOffset
Defines offset between 2 blocks of data.
Public propertyOptions
Export options: NewWorksheet, AppendToBottom, AppendToRight.
Public propertyPosition
Defines starting position on the new worksheet.
Public propertyRowHeaders
Export 1st table row headers or not.
Public propertyRowHeaders2
Export 2nd, etc table row headers or not.
Public propertySpecialGroupFormating
Format grouping rows as splitting the data into multiple columns.
Public propertyStyle
Export style (font and colors) or not. This is a slow method.
Public propertyWorksheet
Name of the destination worksheet.
Top
Methods
Remarks