public Object[] CustomHeaders { get; set; }
Public Property CustomHeaders As Object() Get Set
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.
Arno van Boven - Vovin IT Services