Hello Stefan & All
I do not have the old or the new SDk's, I have not needed them in my mind.
I would like to ammend the latter part
ConditionalFormattingIconSetValue[] { minPoint, midPoint, maxPoint } )
of the MY (ie. incorrect ) syntax as below
let cfRule = worksheet.ConditionalFormattings.AddIconSetConditionalFormatting(worksheet.Range.[sprintf "$D$3:$D$%d" (market.Selections.Count + 2)], IconSetType.Arrows3, ConditionalFormattingIconSetValue[] { minPoint, midPoint, maxPoint } )
i have painstakingly gone through and added all the libraries needed but the above syntax required by DevExp has me stumped.
Intellisense gives me the answer but i dont understand it lol.
The help that Stefan has given me has been great!
Cheers as always Sean