Click or drag to resize

ExportSettingsCustomHeaders Property

Use custom columnheaders.

Namespace:  Vovin.CmcLibNet.Export
Assembly:  Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
Syntax
public Object[] CustomHeaders { get; set; }

Property Value

Type: Object

Implements

IExportSettingsCustomHeaders
Remarks
You cannot use custom headers in combination with NestConnectedItems.

You must supply custom headers for all columns in the cursor, even when you have set SkipConnectedItems to true.

Type is object[] for compatibility with COM.

See Also