ExportToXlsxArgs Class
Specialized argument class for the XLSX export
Definition
Namespace: Articy.Api
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
Assembly: ArticyApp (in ArticyApp.dll) Version: 1.0.0
C#
public class ExportToXlsxArgs : ExportObjectSelectionDataArgs- Inheritance
- Object ComplexApiCallArgs MdkExportDataArgs ExportDataArgs ExportObjectSelectionDataArgs ExportToXlsxArgs
Constructors
| ExportToXlsxArgs | Initializes a new instance of the ExportToXlsxArgs class |
Properties
| CollectStatistics | If set to true each group get an additional statistics block with information depending on the data type of the column. Defaults to false |
| ExporterName |
Fixes the name of that exporter to "XlsxExport"
(Overrides MdkExportDataArgsExporterName) |
| ExportMarkup | Set to true when the html/css based markup string sould be exported. Defaults to false |
| ExportQueries | Determines if calculated strips should be exported |
| FeatureOrder | Determines the sorting of features. Defaults to "Alphabetical" |
| Filename |
The fully qualified filename (or path name) of the export file that is to be written.
The Word export, for example, interprets this member as path name if you use the "one file per object" option.
(Inherited from ExportDataArgs) |
| GroupedBy | Determines in which way the objects are grouped. Defaults to "ObjectType" |
| LogSourceName |
The "source" name that should be used when the action that receives the arguments wants to report
Progress or other logging output. You will encounter this name as "aMessageSource" within you logging callback
(Inherited from ComplexApiCallArgs) |
| PageSize | The page size for created document. Defaults to "A4" |
| PreselectedObjects |
A list of ObjectProxy instances describing the articy objects that shall be part of the export.
Usually you just pass the result of a call to SimpleFindObjects, SimpleFindConflicts or ResultSet.Rows to this parameter.
(Inherited from ExportObjectSelectionDataArgs) |
| SortedBy | Determines how the groups are sorted. Defaults to "DisplayName" |
| TablePerGroup | When set to true a separate sheet is created for any group. Defaults to false |
| WhichName | Determines which naming should be used for feature/property names and for object references. Defaults to "TechnicalName" |
Methods
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
| GetHashCode | Serves as the default hash function. (Inherited from Object) |
| GetType | Gets the Type of the current instance. (Inherited from Object) |
| ToString | Returns a string that represents the current object. (Inherited from Object) |
Extension Methods
| TraceError | (Defined by TraceHelper) |
| TraceInfo | (Defined by TraceHelper) |
| TraceWarning | (Defined by TraceHelper) |