WebExcelFileSettings Constructor (Boolean, Boolean, Boolean) |
Namespace: ArtDatabanken.WebService.DataAssembly: ArtDatabanken.WebService.Data (in ArtDatabanken.WebService.Data.dll) Version: 1.3.0.0 (1.3.0.0)
Syntax public WebExcelFileSettings(
bool useLabelAsColumnHeader,
bool addSettingsSheet,
bool addProvenanceSheet
)
Public Sub New (
useLabelAsColumnHeader As Boolean,
addSettingsSheet As Boolean,
addProvenanceSheet As Boolean
)
public:
WebExcelFileSettings(
bool useLabelAsColumnHeader,
bool addSettingsSheet,
bool addProvenanceSheet
)
new :
useLabelAsColumnHeader : bool *
addSettingsSheet : bool *
addProvenanceSheet : bool -> WebExcelFileSettings
Parameters
- useLabelAsColumnHeader
- Type: SystemBoolean
if set to true label should be used as column header. Otherwise DarwinCore title is used. - addSettingsSheet
- Type: SystemBoolean
if set to true settings sheet should be added. - addProvenanceSheet
- Type: SystemBoolean
if set to true provenance sheet should be added.
See Also