ExportToXlsxArgs Class |
Namespace: Articy.Api
public class ExportToXlsxArgs : ExportObjectSelectionDataArgs
The ExportToXlsxArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | 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 ExportDataArgsExporterName.) |
![]() | 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"
|
![]() | GroupedBy |
Determines in which way the objects are grouped. Defaults to "ObjectType"
|
![]() | PageSize |
The page size for created document. Defaults to "A4"
|
![]() | 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"
|