 | IExportSettingsCustomHeaders Property |
Use custom columnheaders.
Namespace:
Vovin.CmcLibNet.Export
Assembly:
Vovin.CmcLibNet (in Vovin.CmcLibNet.dll) Version: 1.0.7729.42686
SyntaxObject[] CustomHeaders { get; set; }Property CustomHeaders As Object()
Get
Set
Property Value
Type:
Object
RemarksYou 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