Click or drag to resize

IExportSettingsCustomHeaders Property

Use custom columnheaders.

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

Property Value

Type: Object
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