Click or drag to resize

ExportToWord Class

Exports Text (tab or semicolon separated), Image, DataTable, GridEX, NChartControl or McWindow into Word. 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.ExportExportToWord

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

The ExportToWord type exposes the following members.

Constructors
  NameDescription
Public methodExportToWord
Initializes a new instance of the ExportToWord class
Public methodExportToWord(String)
Initializes a new instance of the ExportToWord class
Public methodExportToWord(McCommand)
Initializes a new instance of the ExportToWord class
Top
Properties
  NameDescription
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 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 Word installed on this computer.
Public propertyNewDocument
Create new document.
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.
Top
Methods
  NameDescription
Public methodFormatGroupCaption
Top
Remarks