Click or drag to resize
WebExcelFileSettings Constructor (Boolean, Boolean, Boolean)
Initializes a new instance of the WebExcelFileSettings class.

Namespace: ArtDatabanken.WebService.Data
Assembly: 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
)

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